1 write to _externalReferences
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\InterfaceGenericVirtualMethodTableNode.cs (1)
26
_externalReferences
= externalReferences;
4 references to _externalReferences
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\InterfaceGenericVirtualMethodTableNode.cs (4)
37
public override ObjectNodeSection GetSection(NodeFactory factory) =>
_externalReferences
.GetSection(factory);
152
uint typeId =
_externalReferences
.GetIndex(factory.NecessaryTypeSymbol(callingMethod.OwningType));
165
typeId =
_externalReferences
.GetIndex(factory.NecessaryTypeSymbol(implementationMethod.OwningType));
199
typeId =
_externalReferences
.GetIndex(factory.NecessaryTypeSymbol(implementationType));