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