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)
34if (_listIndex < _list.SlotCount) 36_currentChild = _list.GetSlot(_listIndex); 64if (_listIndex < _list.SlotCount) 66_currentChild = _list.GetSlot(_listIndex);