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