4 writes to _childIndex
Microsoft.CodeAnalysis (4)
Syntax\ChildSyntaxList.Enumerator.cs (4)
27_childIndex = -1; 37_childIndex = -1; 49_childIndex = newIndex; 71_childIndex = -1;
4 references to _childIndex
Microsoft.CodeAnalysis (4)
Syntax\ChildSyntaxList.Enumerator.cs (4)
46var newIndex = _childIndex + 1; 64return ItemInternal(_node, _childIndex, ref _slotData); 82current = ItemInternal(_node, _childIndex, ref _slotData); 90var nodeValue = ItemInternalAsNode(_node, _childIndex, ref _slotData);