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)
34
public override ObjectNodeSection GetSection(NodeFactory factory) =>
_externalReferences
.GetSection(factory);
98
uint typeId =
_externalReferences
.GetIndex(factory.NecessaryTypeSymbol(metadataType));