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