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