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)
33public override ObjectNodeSection GetSection(NodeFactory factory) => _externalReferences.GetSection(factory); 59Vertex containingType = nativeWriter.GetUnsignedConstant(_externalReferences.GetIndex(containingTypeNode)); 66arguments.Append(nativeWriter.GetUnsignedConstant(_externalReferences.GetIndex(argNode))); 84Vertex dictionaryVertex = nativeWriter.GetUnsignedConstant(_externalReferences.GetIndex(dictionaryNode));