3 writes to _childIndex
Microsoft.CodeAnalysis (3)
Syntax\InternalSyntax\ChildSyntaxList.Reversed.Enumerator.cs (3)
24_childIndex = node.SlotCount; 30_childIndex = 0; 54while (--_childIndex >= 0)
1 reference to _childIndex
Microsoft.CodeAnalysis (1)
Syntax\InternalSyntax\ChildSyntaxList.Reversed.Enumerator.cs (1)
56var child = _node.GetSlot(_childIndex);