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