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)
163switch (range.VarLoc.LocationType) 167CodeViewRegister cvRegNum = GetCVRegNum((uint)range.VarLoc.B); 183cvRegNum = GetCVRegNum((uint)range.VarLoc.B); 191recordWriter.Write((uint)range.VarLoc.C);
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (2)
482DumpVarLocation(expressionBuilder, range.VarLoc); 494DumpVarLocation(expressionBuilder, metadataInfo.DebugVarInfo.Ranges[0].VarLoc);