3 writes to _count
Microsoft.CodeAnalysis.CSharp (3)
Syntax\SyntaxTreeDiagnosticEnumerator.cs (3)
137_count = 0; 179_count++; 184_count--;
9 references to _count
Microsoft.CodeAnalysis.CSharp (9)
Syntax\SyntaxTreeDiagnosticEnumerator.cs (9)
171if (_count >= _stack.Length) 178_stack[_count] = new NodeIteration(node); 189return _count > 0; 196return this[_count - 1]; 205Debug.Assert(index >= 0 && index < _count); 213Debug.Assert(_count > 0); 214_stack[_count - 1].SlotIndex = slotIndex; 220Debug.Assert(_count > 0); 221_stack[_count - 1].DiagnosticIndex = diagnosticIndex;