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