5 references to _regionStack
Microsoft.CodeAnalysis.CSharp.Workspaces (5)
DirectiveSyntaxExtensions.DirectiveWalker.cs (5)
87
=>
_regionStack
.Push(directive);
146
if (
_regionStack
.IsEmpty())
151
var previousDirective =
_regionStack
.Pop();
159
while (
_regionStack
.Count > 0)
161
_directiveMap.Add(
_regionStack
.Pop(), null);