5 references to Arg_CannotMarshal
System.Private.CoreLib (5)
Internal\Runtime\CompilerHelpers\RuntimeInteropData.cs (4)
24
throw new ArgumentException(SR.Format(SR.
Arg_CannotMarshal
, Type.GetTypeFromHandle(structureTypeHandle)), nameof(structureTypeHandle));
61
throw new ArgumentException(SR.Format(SR.
Arg_CannotMarshal
, Type.GetTypeFromHandle(structureTypeHandle)), nameof(structureTypeHandle));
80
throw new ArgumentException(SR.Format(SR.
Arg_CannotMarshal
, structureType));
213
throw new ArgumentException(SR.Format(SR.
Arg_CannotMarshal
, Type.GetTypeFromHandle(structTypeHandle)));
System\Runtime\InteropServices\Marshal.NativeAot.cs (1)
27
throw new ArgumentException(SR.Format(SR.
Arg_CannotMarshal
, t));