3 writes to _count
Microsoft.CodeAnalysis.VisualBasic (3)
Syntax\SyntaxTreeDiagnosticEnumerator.vb (3)
42
Me.
_count
= 0
140
Me.
_count
+= 1
144
Me.
_count
-= 1
9 references to _count
Microsoft.CodeAnalysis.VisualBasic (9)
Syntax\SyntaxTreeDiagnosticEnumerator.vb (9)
49
While
_count
> 0
51
Dim diagIndex = Me._stack(
_count
- 1).diagnosticIndex
52
Dim node = Me._stack(
_count
- 1).node
54
Dim inDocumentationComment = Me._stack(
_count
- 1).inDocumentationComment
70
Me._stack(
_count
- 1).diagnosticIndex = diagIndex
74
Dim slotIndex = Me._stack(
_count
- 1).slotIndex
92
Me._stack(
_count
- 1).slotIndex = slotIndex
134
If Me.
_count
>= Me._stack.Length Then
139
Me._stack(Me.
_count
) = New NodeIteration(node, inDocumentationComment)