1 instantiation of SelectQueryOperator
System.Core (1)
System\Linq\ParallelEnumerable.cs (1)
633return new SelectQueryOperator<TSource, TResult>(source, selector);
2 references to SelectQueryOperator
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\SelectQueryOperator.cs (2)
150QueryResults<TInput> childQueryResults, SelectQueryOperator<TInput, TOutput> op, 164QueryResults<TInput> childQueryResults, SelectQueryOperator<TInput, TOutput> op,