7 writes to _listIndex
Microsoft.CodeAnalysis (7)
Syntax\InternalSyntax\ChildSyntaxList.Reversed.Enumerator.cs (7)
25_listIndex = -1; 31_listIndex = -1; 44if (--_listIndex >= 0) 51_listIndex = -1; 65_listIndex = _list.SlotCount; 66if (--_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);