5 references to GetStructMarshallingCleanupThunk
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\StructMarshallingDataNode.cs (1)
39yield return new DependencyListEntry(factory.MethodEntrypoint(stateManager.GetStructMarshallingCleanupThunk(_type)), "Struct Marshalling stub");
Compiler\DependencyAnalysis\StructMarshallingStubMapNode.cs (1)
81writer.GetUnsignedConstant(_externalReferences.GetIndex(factory.MethodEntrypoint(_interopStateManager.GetStructMarshallingCleanupThunk(structType)))));
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (3)
313InteropStateManager.GetStructMarshallingCleanupThunk(ManagedType))); 705InteropStateManager.GetStructMarshallingCleanupThunk(ManagedType))); 852InteropStateManager.GetStructMarshallingCleanupThunk(ManagedType)));