1 instantiation of RegexPatternMatcher
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\RegexPatternMatcher.cs (1)
46
return new
RegexPatternMatcher
(caseInsensitive, caseSensitive, includeMatchedSpans, culture);
4 references to RegexPatternMatcher
Microsoft.CodeAnalysis.Workspaces (4)
PatternMatching\PatternMatcher.cs (2)
109
?
RegexPatternMatcher
.TryCreate(name, includeMatchedSpans)
125
?
RegexPatternMatcher
.TryCreate(container, includeMatchedSpans)
PatternMatching\RegexPatternMatcher.cs (2)
26
/// Tries to create a <see cref="
RegexPatternMatcher
"/> for the given pattern. Returns
30
public static
RegexPatternMatcher
? TryCreate(string pattern, bool includeMatchedSpans, CultureInfo? culture = null)