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