6 references to _ifStack
Microsoft.CodeAnalysis.VisualBasic.Workspaces (6)
DirectiveWalker.vb (6)
48
_ifStack
.Push(directive)
53
_ifStack
.Push(directive)
69
If
_ifStack
.IsEmpty() Then
79
Dim poppedDirective =
_ifStack
.Pop()
84
Loop Until
_ifStack
.IsEmpty()
120
While
_ifStack
.Count > 0