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