1 write to _count
Microsoft.CodeAnalysis (1)
Syntax\SyntaxTokenList.Reversed.cs (1)
90
_count
= list.Count;
2 references to _count
Microsoft.CodeAnalysis (2)
Syntax\SyntaxTokenList.Reversed.cs (2)
92
_index =
_count
;
102
if (
_count
== 0 || _index <= 0)