2 writes to _currentRightSourceAsOutput
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (2)
441_currentRightSourceAsOutput = (IEnumerator<TOutput>)_currentRightSource; 475_currentRightSourceAsOutput = null;
3 references to _currentRightSourceAsOutput
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (3)
442Debug.Assert(_currentRightSourceAsOutput == _currentRightSource, 462Debug.Assert(_currentRightSourceAsOutput != null); 463currentElement = _currentRightSourceAsOutput.Current;