2 writes to _childIndex
Microsoft.CodeAnalysis (2)
Syntax\InternalSyntax\ChildSyntaxList.Enumerator.cs (2)
20_childIndex = -1; 46_childIndex++;
2 references to _childIndex
Microsoft.CodeAnalysis (2)
Syntax\InternalSyntax\ChildSyntaxList.Enumerator.cs (2)
48if (_childIndex == _node.SlotCount) 53var child = _node.GetSlot(_childIndex);