2 references to TakeOrSkipQueryOperator
System.Core (2)
System\Linq\ParallelEnumerable.cs (2)
4135return new TakeOrSkipQueryOperator<TSource>(source, count, true); 4221return new TakeOrSkipQueryOperator<TSource>(source, count, false);