1 write to _importSection
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapNode.cs (1)
23
_importSection
= importSection;
3 references to _importSection
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapNode.cs (3)
50
sb.Append(
_importSection
.Name);
122
return comparer.Compare(
_importSection
, ((GCRefMapNode)other).
_importSection
);