5 references to GetStructMarshallingNativeToManagedThunk
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\StructMarshallingDataNode.cs (1)
38yield return new DependencyListEntry(factory.MethodEntrypoint(stateManager.GetStructMarshallingNativeToManagedThunk(_type)), "Struct Marshalling stub");
Compiler\DependencyAnalysis\StructMarshallingStubMapNode.cs (1)
80writer.GetUnsignedConstant(_externalReferences.GetIndex(factory.MethodEntrypoint(_interopStateManager.GetStructMarshallingNativeToManagedThunk(structType)))),
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (3)
300InteropStateManager.GetStructMarshallingNativeToManagedThunk(ManagedType))); 692InteropStateManager.GetStructMarshallingNativeToManagedThunk(ManagedType))); 825InteropStateManager.GetStructMarshallingNativeToManagedThunk(ManagedType)));