3 references to Arg_MustBePrimArray
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffer.cs (3)
27
throw new ArgumentException(SR.
Arg_MustBePrimArray
, nameof(src));
38
throw new ArgumentException(SR.
Arg_MustBePrimArray
, nameof(dst));
63
throw new ArgumentException(SR.
Arg_MustBePrimArray
, nameof(array));