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