Home
last modified time | relevance | path

Searched refs:GetStructMarshallingNativeToManagedThunk (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/
H A DCompilerGeneratedInteropStubManager.cs69 … MethodDesc stub = InteropStateManager.GetStructMarshallingNativeToManagedThunk(structType); in GetStructMarshallingNativeToManagedStub()
134 … UnmarshallingThunk = InteropStateManager.GetStructMarshallingNativeToManagedThunk(structType), in GetStructMarshallingTypes()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Interop/
H A DInteropStateManager.cs149 public MethodDesc GetStructMarshallingNativeToManagedThunk(TypeDesc managedType) in GetStructMarshallingNativeToManagedThunk() method in Internal.TypeSystem.InteropStateManager
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Interop/IL/
H A DMarshaller.cs1883 InteropStateManager.GetStructMarshallingNativeToManagedThunk(ManagedType))); in TransformNativeToManaged()