5 references to start
System.Linq (5)
System\Linq\InfiniteSequence.cs (1)
23
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
start
);
System\Linq\Sequence.cs (2)
33
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
start
);
38
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
start
);
System\Linq\ThrowHelper.cs (2)
63
case ExceptionArgument.
start
: return nameof(ExceptionArgument.
start
);