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