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)
48
if (
_childIndex
== _node.SlotCount)
53
var child = _node.GetSlot(
_childIndex
);