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