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