3 writes to _index
Microsoft.CodeAnalysis (3)
Syntax\SeparatedSyntaxList.Enumerator.cs (3)
26
_index
= -1;
34
_index
= newIndex;
51
_index
= -1;
2 references to _index
Microsoft.CodeAnalysis (2)
Syntax\SeparatedSyntaxList.Enumerator.cs (2)
31
int newIndex =
_index
+ 1;
45
return _list[
_index
];