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