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