20 references to Argument_IncompatibleArrayType
System.Collections (20)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\CollectionHelpers.cs (2)
58
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));
70
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));
System\Collections\Generic\LinkedList.cs (2)
480
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));
496
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));
System\Collections\Generic\OrderedDictionary.cs (6)
1311
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));
1321
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));
1554
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));
1564
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));
1863
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));
1873
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));
System\Collections\Generic\PriorityQueue.cs (1)
979
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));
System\Collections\Generic\SortedDictionary.cs (2)
582
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));
743
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));
System\Collections\Generic\SortedList.cs (4)
488
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));
500
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));
1064
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));
1178
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));
System\Collections\Generic\SortedSet.cs (2)
571
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));
584
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));
System\Collections\Generic\Stack.cs (1)
151
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));