3 writes to _currentSlot
Microsoft.CodeAnalysis (3)
Operations\IOperation.OperationList.cs (3)
118_currentSlot = -1; 134(result, _currentSlot, _currentIndex) = _operation.MoveNext(_currentSlot, _currentIndex); 140_currentSlot = -1;
3 references to _currentSlot
Microsoft.CodeAnalysis (3)
Operations\IOperation.OperationList.cs (3)
126Debug.Assert(_operation != null && _currentSlot >= 0 && _currentIndex >= 0); 127return _operation.GetCurrent(_currentSlot, _currentIndex); 134(result, _currentSlot, _currentIndex) = _operation.MoveNext(_currentSlot, _currentIndex);