8 references to index
System.Linq (8)
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.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)
196
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
index
);
System\Linq\ThrowHelper.cs (2)
48
case ExceptionArgument.
index
: return nameof(ExceptionArgument.
index
);