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