3 writes to _current
Microsoft.CodeAnalysis (3)
Syntax\SyntaxTokenList.Enumerator.cs (3)
68_current = null; 82_current = null; 96_current = GetGreenNodeAt(_singleNodeOrList, _index);
5 references to _current
Microsoft.CodeAnalysis (5)
Syntax\SyntaxTokenList.Enumerator.cs (5)
90if (_current != null) 92_position += _current.FullWidth; 97Debug.Assert(_current is object); 108if (_current == null) 116return new SyntaxToken(_parent, _current, _position, _baseIndex + _index);