2 writes to _currentRightSource
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (2)
300_currentRightSource = rightChild.GetEnumerator(); 345_currentRightSource = null;
8 references to _currentRightSource
System.Linq.Parallel (8)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (8)
277if (_currentRightSource == null) 302Debug.Assert(_currentRightSource != null); 312_currentRightSourceAsOutput = (IEnumerator<TOutput>)_currentRightSource; 313Debug.Assert(_currentRightSourceAsOutput == _currentRightSource, 318if (_currentRightSource.MoveNext()) 327currentElement = _selectManyOperator._resultSelector(_mutables._currentLeftElement, _currentRightSource.Current); 344_currentRightSource.Dispose(); 354_currentRightSource?.Dispose();