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
contextIContextContextAlias that owns this location
lineuintline number for the location
columnuintColumn number for the location
scopeDILocalScopeContaining 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
contextIContextContextAlias that owns this location
lineuintline number for the location
columnuintColumn number for the location
scopeDILocalScopeContaining scope for the location
inlinedAtDILocationScope where this scope is inlined at/into