1 write to Regex
Microsoft.CodeAnalysis.CodeStyle (1)
SectionMatcher.cs (1)
28
Regex
= regex;
2 references to Regex
Microsoft.CodeAnalysis.CodeStyle (2)
SectionMatcher.cs (2)
304
return
Regex
.IsMatch(s);
307
var match =
Regex
.Match(s);