3 writes to _index
Microsoft.CodeAnalysis (3)
Syntax\SyntaxList`1.Enumerator.cs (3)
23
_index
= -1;
31
_index
= newIndex;
48
_index
= -1;
2 references to _index
Microsoft.CodeAnalysis (2)
Syntax\SyntaxList`1.Enumerator.cs (2)
28
int newIndex =
_index
+ 1;
42
return (TNode)_list.ItemInternal(
_index
)!;