1 instantiation of DebugInfoTableNode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1005DebugInfoTable = 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)
465public DebugInfoTableNode DebugInfoTable;