1 write to _count
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\ChildSyntaxList.Reversed.cs (1)
22
_count
= count;
6 references to _count
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Syntax\ChildSyntaxList.Reversed.cs (6)
26
=> new(_node,
_count
);
31
: new EnumeratorImpl(_node,
_count
);
36
: (IEnumerator)new EnumeratorImpl(_node,
_count
);
47
hash.Add(
_count
);
58
&&
_count
== other.
_count
;