4 writes to _childIndex
Microsoft.CodeAnalysis (4)
Syntax\ChildSyntaxList.Enumerator.cs (4)
28_childIndex = -1; 39_childIndex = -1; 52_childIndex = newIndex; 74_childIndex = -1;
5 references to _childIndex
Microsoft.CodeAnalysis (5)
Syntax\ChildSyntaxList.Enumerator.cs (5)
49var newIndex = _childIndex + 1; 67return ItemInternal(_node, _childIndex, ref _slotData); 87|| (GetGreenChildAt(_node, _childIndex, ref _slotData) is { } greenChild && _descendIntoChildrenGreen(greenChild))) 89current = ItemInternal(_node, _childIndex, ref _slotData); 102var nodeValue = ItemInternalAsNode(_node, _childIndex, ref _slotData);