5 writes to _listIndex
Microsoft.CodeAnalysis (5)
Syntax\InternalSyntax\ChildSyntaxList.Enumerator.cs (5)
21
_listIndex
= -1;
32
_listIndex
++;
41
_listIndex
= -1;
62
_listIndex
++;
72
_listIndex
= -1;
4 references to _listIndex
Microsoft.CodeAnalysis (4)
Syntax\InternalSyntax\ChildSyntaxList.Enumerator.cs (4)
34
if (
_listIndex
< _list.SlotCount)
36
_currentChild = _list.GetSlot(
_listIndex
);
64
if (
_listIndex
< _list.SlotCount)
66
_currentChild = _list.GetSlot(
_listIndex
);