1 reference to SearchNodeTree
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentOutlineViewModel_Utilities.cs (1)
230
return patternMatcher.Matches(tree.Name) || tree.Children.Any(c =>
SearchNodeTree
(c, patternMatcher, cancellationToken));