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