8 references to index
System.Linq (8)
System\Linq\ElementAt.cs (2)
33
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
index
);
69
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
index
);
System\Linq\Grouping.cs (1)
426
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
index
);
System\Linq\Range.SpeedOpt.cs (1)
97
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
index
);
System\Linq\Repeat.SpeedOpt.cs (1)
101
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
index
);
System\Linq\SkipTake.SpeedOpt.cs (1)
181
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
index
);
System\Linq\ThrowHelper.cs (2)
48
case ExceptionArgument.
index
: return nameof(ExceptionArgument.
index
);