2 references to SearchNodeTree
Microsoft.VisualStudio.LanguageServices (2)
DocumentOutline\DocumentOutlineViewModel_Utilities.cs (2)
148if (SearchNodeTree(documentSymbol, patternMatcher, cancellationToken)) 158return patternMatcher.Matches(tree.Name) || tree.Children.Any(c => SearchNodeTree(c, patternMatcher, cancellationToken));