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)
43
var newIndex =
_childIndex
+ 1;
61
return ItemInternal(_node,
_childIndex
);
79
current = ItemInternal(_node,
_childIndex
);
87
var nodeValue = ItemInternalAsNode(_node,
_childIndex
);