1 write to VarLoc
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\INodeWithDebugInfo.cs (1)
63
=> (StartOffset, EndOffset,
VarLoc
) = (startOffset, endOffset, varLoc);
6 references to VarLoc
ILCompiler.Compiler (6)
Compiler\ObjectWriter\CodeView\CodeViewSymbolsBuilder.cs (4)
163
switch (range.
VarLoc
.LocationType)
167
CodeViewRegister cvRegNum = GetCVRegNum((uint)range.
VarLoc
.B);
183
cvRegNum = GetCVRegNum((uint)range.
VarLoc
.B);
191
recordWriter.Write((uint)range.
VarLoc
.C);
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (2)
482
DumpVarLocation(expressionBuilder, range.
VarLoc
);
494
DumpVarLocation(expressionBuilder, metadataInfo.DebugVarInfo.Ranges[0].
VarLoc
);