3 writes to _count
Microsoft.CodeAnalysis (3)
Syntax\InternalSyntax\SyntaxDiagnosticInfoList.cs (3)
62_count = 0; 147_count++; 152_count--;
8 references to _count
Microsoft.CodeAnalysis (8)
Syntax\InternalSyntax\SyntaxDiagnosticInfoList.cs (8)
72while (_count > 0) 74var diagIndex = _stack![_count - 1].DiagnosticIndex; 75var node = _stack[_count - 1].Node; 81_stack[_count - 1].DiagnosticIndex = diagIndex; 85var slotIndex = _stack[_count - 1].SlotIndex; 96_stack[_count - 1].SlotIndex = slotIndex; 139if (_count >= _stack.Length) 146_stack[_count] = new NodeIteration(node);