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)
37public override ObjectNodeSection GetSection(NodeFactory factory) => _externalReferences.GetSection(factory); 152uint typeId = _externalReferences.GetIndex(factory.NecessaryTypeSymbol(callingMethod.OwningType)); 165typeId = _externalReferences.GetIndex(factory.NecessaryTypeSymbol(implementationMethod.OwningType)); 199typeId = _externalReferences.GetIndex(factory.NecessaryTypeSymbol(implementationType));