1 write to Regex
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfig.SectionNameMatching.cs (1)
33
Regex
= regex;
2 references to Regex
Microsoft.CodeAnalysis (2)
CommandLine\AnalyzerConfig.SectionNameMatching.cs (2)
41
return
Regex
.IsMatch(s);
44
var match =
Regex
.Match(s);