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