2 writes to _count
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\ChildSyntaxList.Enumerator.cs (2)
24
_count
= count;
34
_count
= CountNodes(node.Green);
1 reference to _count
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\ChildSyntaxList.Enumerator.cs (1)
49
if (newIndex <
_count
)