2 writes to _currentRightSourceAsOutput
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (2)
312_currentRightSourceAsOutput = (IEnumerator<TOutput>)_currentRightSource; 346_currentRightSourceAsOutput = null;
3 references to _currentRightSourceAsOutput
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (3)
313Debug.Assert(_currentRightSourceAsOutput == _currentRightSource, 333Debug.Assert(_currentRightSourceAsOutput != null); 334currentElement = _currentRightSourceAsOutput.Current;