2 writes to _index
Microsoft.CodeAnalysis (2)
Syntax\SyntaxTriviaList.Reversed.cs (2)
92
_index
= _count;
109
_index
--;
3 references to _index
Microsoft.CodeAnalysis (3)
Syntax\SyntaxTriviaList.Reversed.cs (3)
102
if (_count == 0 ||
_index
<= 0)
111
_current = GetGreenNodeAt(_singleNodeOrList,
_index
);
127
return new SyntaxTrivia(_token, _current, _position, _baseIndex +
_index
);