3 references to Matches
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\Declarations\DeclarationFinder_SourceDeclarations.cs (2)
219using var query = SearchQuery.CreateCustom(nameMatcher.Matches); 236containerPatternMatcher.Matches(GetContainer(t)));
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentOutlineHelper.cs (1)
254return patternMatcher.Matches(tree.Name) || tree.Children.Any(c => SearchNodeTree(c, patternMatcher, cancellationToken));