1 instantiation of GCRefMapNode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ImportSectionNode.cs (1)
58_gcRefMap = emitGCRefMap ? new GCRefMapNode(this) : null;
2 references to GCRefMapNode
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapNode.cs (1)
122return comparer.Compare(_importSection, ((GCRefMapNode)other)._importSection);
Compiler\DependencyAnalysis\ReadyToRun\ImportSectionNode.cs (1)
37private readonly GCRefMapNode _gcRefMap;