2 references to TakeOrSkipQueryOperator
System.Linq.Parallel (2)
System\Linq\ParallelEnumerable.cs (2)
4107
return new
TakeOrSkipQueryOperator
<TSource>(source, count, true);
4193
return new
TakeOrSkipQueryOperator
<TSource>(source, count, false);