1 write to _externalReferences
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericVirtualMethodTableNode.cs (1)
24
_externalReferences
= externalReferences;
3 references to _externalReferences
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\GenericVirtualMethodTableNode.cs (3)
35
public override ObjectNodeSection GetSection(NodeFactory factory) =>
_externalReferences
.GetSection(factory);
110
uint callingTypeId =
_externalReferences
.GetIndex(factory.NecessaryTypeSymbol(callingMethod.OwningType));
113
uint targetTypeId =
_externalReferences
.GetIndex(factory.NecessaryTypeSymbol(implementationType));