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)
72
while (
_count
> 0)
74
var diagIndex = _stack![
_count
- 1].DiagnosticIndex;
75
var node = _stack[
_count
- 1].Node;
81
_stack[
_count
- 1].DiagnosticIndex = diagIndex;
85
var slotIndex = _stack[
_count
- 1].SlotIndex;
96
_stack[
_count
- 1].SlotIndex = slotIndex;
139
if (
_count
>= _stack.Length)
146
_stack[
_count
] = new NodeIteration(node);