4 writes to _childIndex
Microsoft.CodeAnalysis (4)
Syntax\ChildSyntaxList.Enumerator.cs (4)
26_childIndex = -1; 35_childIndex = -1; 46_childIndex = newIndex; 68_childIndex = -1;
4 references to _childIndex
Microsoft.CodeAnalysis (4)
Syntax\ChildSyntaxList.Enumerator.cs (4)
43var newIndex = _childIndex + 1; 61return ItemInternal(_node, _childIndex); 79current = ItemInternal(_node, _childIndex); 87var nodeValue = ItemInternalAsNode(_node, _childIndex);