2 writes to _count
Microsoft.CodeAnalysis.CSharp (2)
Syntax\SyntaxTreeDiagnosticEnumerator.cs (2)
173
_count
++;
177
=>
_count
--;
4 references to _count
Microsoft.CodeAnalysis.CSharp (4)
Syntax\SyntaxTreeDiagnosticEnumerator.cs (4)
164
if (
_count
>= _stack.Length)
172
_stack[
_count
] = new NodeIteration(node);
180
=>
_count
> 0;
183
=> ref _stack[
_count
- 1];