1 instantiation of DebugInfoTableNode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
975
DebugInfoTable = new
DebugInfoTableNode
();
3 references to DebugInfoTableNode
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (2)
367
_debugLocInfos =
DebugInfoTableNode
.CreateBoundsBlobForMethod(debugLocInfos);
375
_debugVarInfos =
DebugInfoTableNode
.CreateVarBlobForMethod(debugVarInfos, _method.Context.Target);
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
438
public
DebugInfoTableNode
DebugInfoTable;