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