System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (4)
240private readonly SelectManyQueryOperator<TLeftInput, TRightInput, TOutput> m_selectManyOperator; // The select many operator to use.
262SelectManyQueryOperator<TLeftInput, TRightInput, TOutput> selectManyOperator,
370private readonly SelectManyQueryOperator<TLeftInput, TRightInput, TOutput> m_selectManyOperator; // The select many operator to use.
392SelectManyQueryOperator<TLeftInput, TRightInput, TOutput> selectManyOperator,