7 references to _ifStack
Microsoft.CodeAnalysis.CSharp.Workspaces (7)
DirectiveSyntaxExtensions.DirectiveWalker.cs (7)
84
=>
_ifStack
.Push(directive);
90
=>
_ifStack
.Push(directive);
93
=>
_ifStack
.Push(directive);
97
if (
_ifStack
.IsEmpty())
113
while (!
_ifStack
.IsEmpty())
115
var poppedDirective =
_ifStack
.Pop();
164
while (
_ifStack
.Count > 0)