1 write to _count
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\ChildSyntaxList.cs (1)
20_count = CountNodes(node.Green);
8 references to _count
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\Syntax\ChildSyntaxList.cs (8)
26public int Count => _count; 62if (unchecked((uint)index < (uint)_count)) 348=> _count != 0; 378return this[_count - 1]; 393return new Reversed(_node, _count); 403=> _node != null ? new Enumerator(_node, _count) : default; 408: new EnumeratorImpl(_node, _count); 413: new EnumeratorImpl(_node, _count);