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