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