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