1 write to _selectManyOperator
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
265_selectManyOperator = selectManyOperator;
5 references to _selectManyOperator
System.Linq.Parallel (5)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (5)
294Debug.Assert(_selectManyOperator._indexedRightChildSelector != null); 297_selectManyOperator._indexedRightChildSelector(_mutables._currentLeftElement, _mutables._currentLeftSourceIndex); 310if (_selectManyOperator._resultSelector == null) 324if (_selectManyOperator._resultSelector != null) 327currentElement = _selectManyOperator._resultSelector(_mutables._currentLeftElement, _currentRightSource.Current);