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)
313
Debug.Assert(
_currentRightSourceAsOutput
== _currentRightSource,
333
Debug.Assert(
_currentRightSourceAsOutput
!= null);
334
currentElement =
_currentRightSourceAsOutput
.Current;