6 references to endInclusive
System.Linq (6)
System\Linq\Sequence.cs (4)
43
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
endInclusive
);
48
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
endInclusive
);
78
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
endInclusive
);
104
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
endInclusive
);
System\Linq\ThrowHelper.cs (2)
65
case ExceptionArgument.
endInclusive
: return nameof(ExceptionArgument.
endInclusive
);