1 write to _selectManyOperator
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
394_selectManyOperator = selectManyOperator;
5 references to _selectManyOperator
System.Linq.Parallel (5)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (5)
424Debug.Assert(_selectManyOperator._rightChildSelector != null); 426IEnumerable<TRightInput> rightChild = _selectManyOperator._rightChildSelector(_mutables._currentLeftElement); 439if (_selectManyOperator._resultSelector == null) 453if (_selectManyOperator._resultSelector != null) 456currentElement = _selectManyOperator._resultSelector(_mutables._currentLeftElement, _currentRightSource.Current);