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