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)
164if (_count >= _stack.Length) 172_stack[_count] = new NodeIteration(node); 180=> _count > 0; 183=> ref _stack[_count - 1];