3 writes to _stack
Microsoft.CodeAnalysis.VisualBasic (3)
Syntax\SyntaxTreeDiagnosticEnumerator.vb (3)
37Me._stack = New NodeIteration(8 - 1) {} 41Me._stack = Nothing 137Me._stack = tmp
11 references to _stack
Microsoft.CodeAnalysis.VisualBasic (11)
Syntax\SyntaxTreeDiagnosticEnumerator.vb (11)
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 135Dim tmp As NodeIteration() = New NodeIteration((Me._stack.Length * 2) - 1) {} 136Array.Copy(Me._stack, tmp, Me._stack.Length) 139Me._stack(Me._count) = New NodeIteration(node, inDocumentationComment)