3 writes to _current
Microsoft.CodeAnalysis (3)
Syntax\SyntaxTokenList.Reversed.cs (3)
94_current = null; 105_current = null; 112_current = GetGreenNodeAt(_singleNodeOrList, _index);
4 references to _current
Microsoft.CodeAnalysis (4)
Syntax\SyntaxTokenList.Reversed.cs (4)
113Debug.Assert(_current is object); 114_position -= _current.FullWidth; 123if (_current == null) 128return new SyntaxToken(_parent, _current, _position, _baseIndex + _index);