1 write to _gcRefMap
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ImportSectionNode.cs (1)
58
_gcRefMap
= emitGCRefMap ? new GCRefMapNode(this) : null;
5 references to _gcRefMap
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\ImportSectionNode.cs (5)
90
_gcRefMap
?.AddImport(import);
134
if (
_gcRefMap
?.IsEmpty == false)
137
dataBuilder.EmitReloc(
_gcRefMap
, RelocType.IMAGE_REL_BASED_ADDR32NB, 0);
149
if (
_gcRefMap
!= null)
151
yield return new DependencyListEntry(
_gcRefMap
, "GC ref map");