1 write to _externalReferences
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\StaticsInfoHashtableNode.cs (1)
23_externalReferences = externalReferences;
2 references to _externalReferences
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\StaticsInfoHashtableNode.cs (2)
34public override ObjectNodeSection GetSection(NodeFactory factory) => _externalReferences.GetSection(factory); 98uint typeId = _externalReferences.GetIndex(factory.NecessaryTypeSymbol(metadataType));