1 write to _externalReferences
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\DelegateMarshallingStubMapNode.cs (1)
22_externalReferences = externalReferences;
5 references to _externalReferences
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\DelegateMarshallingStubMapNode.cs (5)
33public override ObjectNodeSection GetSection(NodeFactory factory) => _externalReferences.GetSection(factory); 54writer.GetUnsignedConstant(_externalReferences.GetIndex(factory.MethodEntrypoint(_interopStateManager.GetOpenStaticDelegateMarshallingThunk(delegateType)))), 55writer.GetUnsignedConstant(_externalReferences.GetIndex(factory.MethodEntrypoint(_interopStateManager.GetClosedDelegateMarshallingThunk(delegateType)))), 56writer.GetUnsignedConstant(_externalReferences.GetIndex(factory.MethodEntrypoint(_interopStateManager.GetForwardDelegateCreationThunk(delegateType)))) 60writer.GetUnsignedConstant(_externalReferences.GetIndex(factory.NecessaryTypeSymbol(delegateType))),