11 references to Arg_NonZeroLowerBound
System.Collections (11)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\CollectionHelpers.cs (1)
21throw new ArgumentException(SR.Arg_NonZeroLowerBound, nameof(array));
System\Collections\Generic\LinkedList.cs (1)
458throw new ArgumentException(SR.Arg_NonZeroLowerBound, nameof(array));
System\Collections\Generic\OrderedDictionary.cs (3)
1291throw new ArgumentException(SR.Arg_NonZeroLowerBound, nameof(array)); 1534throw new ArgumentException(SR.Arg_NonZeroLowerBound, nameof(array)); 1843throw new ArgumentException(SR.Arg_NonZeroLowerBound, nameof(array));
System\Collections\Generic\PriorityQueue.cs (1)
960throw new ArgumentException(SR.Arg_NonZeroLowerBound, nameof(array));
System\Collections\Generic\SortedDictionary.cs (2)
559throw new ArgumentException(SR.Arg_NonZeroLowerBound, nameof(array)); 720throw new ArgumentException(SR.Arg_NonZeroLowerBound, nameof(array));
System\Collections\Generic\SortedList.cs (1)
463throw new ArgumentException(SR.Arg_NonZeroLowerBound, nameof(array));
System\Collections\Generic\SortedSet.cs (1)
551throw new ArgumentException(SR.Arg_NonZeroLowerBound, nameof(array));
System\Collections\Generic\Stack.cs (1)
131throw new ArgumentException(SR.Arg_NonZeroLowerBound, nameof(array));