4 writes to _childIndex
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Syntax\ChildSyntaxList.Enumerator.cs (4)
25
_childIndex
= -1;
35
_childIndex
= -1;
51
_childIndex
= newIndex;
72
_childIndex
= -1;
4 references to _childIndex
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Syntax\ChildSyntaxList.Enumerator.cs (4)
48
var newIndex =
_childIndex
+ 1;
65
=> ItemInternal(_node,
_childIndex
, ref _slotData);
83
current = ItemInternal(_node,
_childIndex
, ref _slotData);
91
var nodeValue = ItemInternalAsNode(_node,
_childIndex
, ref _slotData);