4 references to GetStructMarshallingNativeType
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\StructMarshallingStubMapNode.cs (1)
68
var nativeType = _interopStateManager.
GetStructMarshallingNativeType
(structType);
parent\parent\Common\TypeSystem\IL\Stubs\StructMarshallingThunk.cs (1)
51
NativeType = _interopStateManager.
GetStructMarshallingNativeType
(managedType);
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (1)
79
return interopStateManager.
GetStructMarshallingNativeType
((MetadataType)type);
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (1)
771
TypeDesc nativeStructType = InteropStateManager.
GetStructMarshallingNativeType
(ManagedType);