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