3 writes to _childIndex
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Syntax\ChildSyntaxList.Reversed.cs (3)
71_childIndex = count; 76return --_childIndex >= 0; 84_childIndex = _count;
1 reference to _childIndex
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\ChildSyntaxList.Reversed.cs (1)
80=> ItemInternal(_node, _childIndex);