1 write to _externalReferences
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\StructMarshallingStubMapNode.cs (1)
24
_externalReferences
= externalReferences;
5 references to _externalReferences
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\StructMarshallingStubMapNode.cs (5)
35
public override ObjectNodeSection GetSection(NodeFactory factory) =>
_externalReferences
.GetSection(factory);
79
writer.GetUnsignedConstant(
_externalReferences
.GetIndex(factory.MethodEntrypoint(_interopStateManager.GetStructMarshallingManagedToNativeThunk(structType)))),
80
writer.GetUnsignedConstant(
_externalReferences
.GetIndex(factory.MethodEntrypoint(_interopStateManager.GetStructMarshallingNativeToManagedThunk(structType)))),
81
writer.GetUnsignedConstant(
_externalReferences
.GetIndex(factory.MethodEntrypoint(_interopStateManager.GetStructMarshallingCleanupThunk(structType)))));
113
writer.GetUnsignedConstant(
_externalReferences
.GetIndex(factory.NecessaryTypeSymbol(structType))),