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)
46
var newIndex =
_childIndex
+ 1;
64
return ItemInternal(_node,
_childIndex
, ref _slotData);
82
current = ItemInternal(_node,
_childIndex
, ref _slotData);
90
var nodeValue = ItemInternalAsNode(_node,
_childIndex
, ref _slotData);