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)
79
if (_count == 0 || _count <=
_index
+ 1)
96
_current = GetGreenNodeAt(_singleNodeOrList,
_index
);
116
return new SyntaxToken(_parent, _current, _position, _baseIndex +
_index
);