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