3 writes to _currentIndex
Microsoft.CodeAnalysis (3)
Operations\IOperation.OperationList.Reversed.cs (3)
98_currentIndex = int.MaxValue; 113(var result, _currentSlot, _currentIndex) = _operation.MoveNextReversed(_currentSlot, _currentIndex); 119_currentIndex = int.MaxValue;
4 references to _currentIndex
Microsoft.CodeAnalysis (4)
Operations\IOperation.OperationList.Reversed.cs (4)
105Debug.Assert(_operation != null && _currentSlot is >= 0 and not int.MaxValue && _currentIndex is >= 0 and not int.MaxValue); 106return _operation.GetCurrent(_currentSlot, _currentIndex); 112Debug.Assert((_currentSlot == int.MaxValue) == (_currentIndex == int.MaxValue)); 113(var result, _currentSlot, _currentIndex) = _operation.MoveNextReversed(_currentSlot, _currentIndex);