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