7 writes to _listIndex
Microsoft.CodeAnalysis (7)
Syntax\InternalSyntax\ChildSyntaxList.Reversed.Enumerator.cs (7)
25
_listIndex
= -1;
31
_listIndex
= -1;
44
if (--
_listIndex
>= 0)
51
_listIndex
= -1;
65
_listIndex
= _list.SlotCount;
66
if (--
_listIndex
>= 0)
74
_listIndex
= -1;
2 references to _listIndex
Microsoft.CodeAnalysis (2)
Syntax\InternalSyntax\ChildSyntaxList.Reversed.Enumerator.cs (2)
46
_currentChild = _list.GetSlot(
_listIndex
);
68
_currentChild = _list.GetSlot(
_listIndex
);