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