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