2 writes to _index
Microsoft.CodeAnalysis (2)
Syntax\SyntaxTriviaList.Reversed.cs (2)
91_index = _count; 108_index--;
3 references to _index
Microsoft.CodeAnalysis (3)
Syntax\SyntaxTriviaList.Reversed.cs (3)
101if (_count == 0 || _index <= 0) 110_current = GetGreenNodeAt(_singleNodeOrList, _index); 126return new SyntaxTrivia(_token, _current, _position, _baseIndex + _index);