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