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)
26
public int Count =>
_count
;
62
if (unchecked((uint)index < (uint)
_count
))
348
=>
_count
!= 0;
378
return this[
_count
- 1];
393
return new Reversed(_node,
_count
);
403
=> _node != null ? new Enumerator(_node,
_count
) : default;
408
: new EnumeratorImpl(_node,
_count
);
413
: new EnumeratorImpl(_node,
_count
);