1 write to _currentLeftSourceIndex
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
289if (!_leftSource.MoveNext(ref _mutables._currentLeftElement!, ref _mutables._currentLeftSourceIndex))
2 references to _currentLeftSourceIndex
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (2)
297_selectManyOperator._indexedRightChildSelector(_mutables._currentLeftElement, _mutables._currentLeftSourceIndex); 336currentKey = new Pair<int, int>(_mutables._currentLeftSourceIndex, _mutables._currentRightSourceIndex);