2 writes to _index
Microsoft.CodeAnalysis (2)
Syntax\SyntaxTokenList.Enumerator.cs (2)
67_index = -1; 86_index++;
3 references to _index
Microsoft.CodeAnalysis (3)
Syntax\SyntaxTokenList.Enumerator.cs (3)
79if (_count == 0 || _count <= _index + 1) 96_current = GetGreenNodeAt(_singleNodeOrList, _index); 116return new SyntaxToken(_parent, _current, _position, _baseIndex + _index);