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)
49
var newIndex =
_childIndex
+ 1;
67
return ItemInternal(_node,
_childIndex
, ref _slotData);
87
|| (GetGreenChildAt(_node,
_childIndex
, ref _slotData) is { } greenChild && _descendIntoChildrenGreen(greenChild)))
89
current = ItemInternal(_node,
_childIndex
, ref _slotData);
102
var nodeValue = ItemInternalAsNode(_node,
_childIndex
, ref _slotData);