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); 134if (_gcRefMap?.IsEmpty == false) 137dataBuilder.EmitReloc(_gcRefMap, RelocType.IMAGE_REL_BASED_ADDR32NB, 0); 149if (_gcRefMap != null) 151yield return new DependencyListEntry(_gcRefMap, "GC ref map");