6 references to Argument_IncompatibleArrayType
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Queue.cs (1)
162throw new ArgumentException(SR.Argument_IncompatibleArrayType, nameof(array));
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\CollectionHelpers.cs (2)
51throw new ArgumentException(SR.Argument_IncompatibleArrayType, nameof(array)); 63throw new ArgumentException(SR.Argument_IncompatibleArrayType, nameof(array));
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (2)
197throw new ArgumentException(SR.Argument_IncompatibleArrayType, nameof(array)); 209throw new ArgumentException(SR.Argument_IncompatibleArrayType, nameof(array));
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
530throw new ArgumentException(SR.Argument_IncompatibleArrayType);