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)
33
public override ObjectNodeSection GetSection(NodeFactory factory) =>
_externalReferences
.GetSection(factory);
54
writer.GetUnsignedConstant(
_externalReferences
.GetIndex(factory.MethodEntrypoint(_interopStateManager.GetOpenStaticDelegateMarshallingThunk(delegateType)))),
55
writer.GetUnsignedConstant(
_externalReferences
.GetIndex(factory.MethodEntrypoint(_interopStateManager.GetClosedDelegateMarshallingThunk(delegateType)))),
56
writer.GetUnsignedConstant(
_externalReferences
.GetIndex(factory.MethodEntrypoint(_interopStateManager.GetForwardDelegateCreationThunk(delegateType))))
60
writer.GetUnsignedConstant(
_externalReferences
.GetIndex(factory.NecessaryTypeSymbol(delegateType))),