3 references to StructMarshalling_MissingInteropData
System.Private.CoreLib (3)
Internal\Runtime\CompilerHelpers\RuntimeInteropData.cs (3)
50
throw new NotSupportedException(SR.Format(SR.
StructMarshalling_MissingInteropData
, Type.GetTypeFromHandle(structureTypeHandle)!));
84
throw new NotSupportedException(SR.Format(SR.
StructMarshalling_MissingInteropData
, structureType));
226
throw new NotSupportedException(SR.Format(SR.
StructMarshalling_MissingInteropData
, Type.GetTypeFromHandle(structTypeHandle)));