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