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