Constructor DILocation
DILocation(IContext, uint, uint, DILocalScope)
Initializes a new instance of the DILocation class.
public DILocation(IContext context, uint line, uint column, DILocalScope scope)
Parameters
context
IContextContextAlias that owns this location
line
uintline number for the location
column
uintColumn number for the location
scope
DILocalScopeContaining scope for the location
DILocation(IContext, uint, uint, DILocalScope, DILocation?)
Initializes a new instance of the DILocation class.
public DILocation(IContext context, uint line, uint column, DILocalScope scope, DILocation? inlinedAt)
Parameters
context
IContextContextAlias that owns this location
line
uintline number for the location
column
uintColumn number for the location
scope
DILocalScopeContaining scope for the location
inlinedAt
DILocationScope where this scope is inlined at/into