5 references to Matches
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
Utilities\PatternMatcherTests.cs (2)
426matcher.Matches("Go"); 431matcher.Matches("DefNotAMatch");
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\Declarations\DeclarationFinder_SourceDeclarations.cs (2)
217using var query = SearchQuery.CreateCustom(nameMatcher.Matches); 234containerPatternMatcher.Matches(GetContainer(t)));
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentOutlineViewModel_Utilities.cs (1)
231return patternMatcher.Matches(tree.Name) || tree.Children.Any(c => SearchNodeTree(c, patternMatcher, cancellationToken));