1 instantiation of IndexedSelectQueryOperatorResults
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs (1)
207
return new
IndexedSelectQueryOperatorResults
(
1 reference to IndexedSelectQueryOperatorResults
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs (1)
89
return
IndexedSelectQueryOperatorResults
.NewResults(childQueryResults, this, settings, preferStriping);