4 references to GetFirstMatch
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Utilities\PatternMatcherTests.cs (1)
445.GetFirstMatch(candidate);
Microsoft.CodeAnalysis.Features (2)
Completion\PatternMatchHelper.cs (2)
42var match = patternMatcher.GetFirstMatch(text); 57var enUSCultureMatch = patternMatcher.GetFirstMatch(text);
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\PatternMatcherExtensions.cs (1)
20=> matcher.GetFirstMatch(candidate) != null;