1 write to _externalReferences
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericMethodsHashtableNode.cs (1)
23
_externalReferences
= externalReferences;
4 references to _externalReferences
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\GenericMethodsHashtableNode.cs (4)
33
public override ObjectNodeSection GetSection(NodeFactory factory) =>
_externalReferences
.GetSection(factory);
59
Vertex containingType = nativeWriter.GetUnsignedConstant(
_externalReferences
.GetIndex(containingTypeNode));
66
arguments.Append(nativeWriter.GetUnsignedConstant(
_externalReferences
.GetIndex(argNode)));
84
Vertex dictionaryVertex = nativeWriter.GetUnsignedConstant(
_externalReferences
.GetIndex(dictionaryNode));