4 writes to _current
Microsoft.CodeAnalysis (4)
Syntax\SyntaxTriviaList.Enumerator.cs (4)
35_current = null; 48_current = null; 93_current = null; 105_current = GetGreenNodeAt(_singleNodeOrList, newIndex);
5 references to _current
Microsoft.CodeAnalysis (5)
Syntax\SyntaxTriviaList.Enumerator.cs (5)
99if (_current != null) 101_position += _current.FullWidth; 113if (_current == null) 118return new SyntaxTrivia(_token, _current, _position, _baseIndex + _index); 130current = new SyntaxTrivia(_token, _current, _position, _baseIndex + _index);