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