1 write to _externalReferences
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericTypesHashtableNode.cs (1)
21
_externalReferences
= externalReferences;
2 references to _externalReferences
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\GenericTypesHashtableNode.cs (2)
31
public override ObjectNodeSection GetSection(NodeFactory factory) =>
_externalReferences
.GetSection(factory);
53
uint instantiationId =
_externalReferences
.GetIndex(typeSymbol);