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)
122
return comparer.Compare(_importSection, ((
GCRefMapNode
)other)._importSection);
Compiler\DependencyAnalysis\ReadyToRun\ImportSectionNode.cs (1)
37
private readonly
GCRefMapNode
_gcRefMap;