2 writes to _index
Microsoft.CodeAnalysis (2)
Syntax\SyntaxTokenList.Reversed.cs (2)
93_index = _count; 109_index--;
3 references to _index
Microsoft.CodeAnalysis (3)
Syntax\SyntaxTokenList.Reversed.cs (3)
103if (_count == 0 || _index <= 0) 112_current = GetGreenNodeAt(_singleNodeOrList, _index); 128return new SyntaxToken(_parent, _current, _position, _baseIndex + _index);