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)
442
Debug.Assert(
_currentRightSourceAsOutput
== _currentRightSource,
462
Debug.Assert(
_currentRightSourceAsOutput
!= null);
463
currentElement =
_currentRightSourceAsOutput
.Current;