3 writes to _index
Microsoft.CodeAnalysis (3)
Syntax\SyntaxTriviaList.Enumerator.cs (3)
34
_index
= -1;
47
_index
= -1;
97
_index
= newIndex;
3 references to _index
Microsoft.CodeAnalysis (3)
Syntax\SyntaxTriviaList.Enumerator.cs (3)
89
int newIndex =
_index
+ 1;
118
return new SyntaxTrivia(_token, _current, _position, _baseIndex +
_index
);
130
current = new SyntaxTrivia(_token, _current, _position, _baseIndex +
_index
);