1 write to _externalReferences
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericTypesTemplateMap.cs (1)
22
_externalReferences
= externalReferences;
2 references to _externalReferences
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\GenericTypesTemplateMap.cs (2)
32
public override ObjectNodeSection GetSection(NodeFactory factory) =>
_externalReferences
.GetSection(factory);
58
nativeWriter.GetUnsignedConstant(
_externalReferences
.GetIndex(factory.NecessaryTypeSymbol(type))),