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