2 writes to _currentRightSource
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (2)
429_currentRightSource = rightChild.GetEnumerator(); 474_currentRightSource = null;
8 references to _currentRightSource
System.Linq.Parallel (8)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (8)
406if (_currentRightSource == null) 431Debug.Assert(_currentRightSource != null); 441_currentRightSourceAsOutput = (IEnumerator<TOutput>)_currentRightSource; 442Debug.Assert(_currentRightSourceAsOutput == _currentRightSource, 447if (_currentRightSource.MoveNext()) 456currentElement = _selectManyOperator._resultSelector(_mutables._currentLeftElement, _currentRightSource.Current); 473_currentRightSource.Dispose(); 483_currentRightSource?.Dispose();