4 references to count
System.Linq (4)
System\Linq\Range.cs (1)
19
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
count
);
System\Linq\Repeat.cs (1)
15
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
count
);
System\Linq\ThrowHelper.cs (2)
43
case ExceptionArgument.
count
: return nameof(ExceptionArgument.
count
);