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