1 write to _currentLeftElement
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
289
if (!_leftSource.MoveNext(ref _mutables.
_currentLeftElement
!, ref _mutables._currentLeftSourceIndex))
2 references to _currentLeftElement
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (2)
297
_selectManyOperator._indexedRightChildSelector(_mutables.
_currentLeftElement
, _mutables._currentLeftSourceIndex);
327
currentElement = _selectManyOperator._resultSelector(_mutables.
_currentLeftElement
, _currentRightSource.Current);