3 writes to _current
Microsoft.CodeAnalysis (3)
Syntax\SyntaxTokenList.Reversed.cs (3)
93_current = null; 104_current = null; 111_current = GetGreenNodeAt(_singleNodeOrList, _index);
4 references to _current
Microsoft.CodeAnalysis (4)
Syntax\SyntaxTokenList.Reversed.cs (4)
112Debug.Assert(_current is object); 113_position -= _current.FullWidth; 122if (_current == null) 127return new SyntaxToken(_parent, _current, _position, _baseIndex + _index);