System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (4)
236private readonly SelectManyQueryOperator<TLeftInput, TRightInput, TOutput> _selectManyOperator; // The select many operator to use.
258SelectManyQueryOperator<TLeftInput, TRightInput, TOutput> selectManyOperator,
365private readonly SelectManyQueryOperator<TLeftInput, TRightInput, TOutput> _selectManyOperator; // The select many operator to use.
387SelectManyQueryOperator<TLeftInput, TRightInput, TOutput> selectManyOperator,