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