3 references to Arg_MustBePrimArray
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Buffer.cs (3)
26
throw new ArgumentException(SR.
Arg_MustBePrimArray
, nameof(src));
37
throw new ArgumentException(SR.
Arg_MustBePrimArray
, nameof(dst));
62
throw new ArgumentException(SR.
Arg_MustBePrimArray
, nameof(array));