1 instantiation of TakeOrSkipQueryOperatorResults
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (1)
344return new TakeOrSkipQueryOperatorResults(
1 reference to TakeOrSkipQueryOperatorResults
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (1)
134return TakeOrSkipQueryOperatorResults.NewResults(childQueryResults, this, settings, preferStriping);