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)
48var newIndex = _childIndex + 1; 65=> ItemInternal(_node, _childIndex, ref _slotData); 83current = ItemInternal(_node, _childIndex, ref _slotData); 91var nodeValue = ItemInternalAsNode(_node, _childIndex, ref _slotData);