1 instantiation of SelectQueryOperatorResults
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\SelectQueryOperator.cs (1)
150
return new
SelectQueryOperatorResults
(childQueryResults, op, settings, preferStriping);
1 reference to SelectQueryOperatorResults
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\SelectQueryOperator.cs (1)
71
return
SelectQueryOperatorResults
.NewResults(childQueryResults, this, settings, preferStriping);