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