15 references to ThrowArgumentOutOfRangeException
System.Linq (15)
System\Linq\Chunk.cs (1)
45
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.size);
System\Linq\ElementAt.cs (2)
31
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index);
67
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index);
System\Linq\Grouping.cs (1)
426
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index);
System\Linq\Range.cs (1)
19
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.count);
System\Linq\Range.SpeedOpt.cs (1)
94
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index);
System\Linq\Repeat.cs (1)
15
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.count);
System\Linq\Repeat.SpeedOpt.cs (1)
101
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index);
System\Linq\Sequence.cs (6)
38
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.start);
48
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.endInclusive);
58
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.step);
67
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.step);
78
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.endInclusive);
104
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.endInclusive);
System\Linq\SkipTake.SpeedOpt.cs (1)
196
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index);