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)
99
if (
_current
!= null)
101
_position +=
_current
.FullWidth;
113
if (
_current
== null)
118
return new SyntaxTrivia(_token,
_current
, _position, _baseIndex + _index);
130
current = new SyntaxTrivia(_token,
_current
, _position, _baseIndex + _index);