1 write to _regex
System.Configuration.ConfigurationManager (1)
System\Configuration\RegexStringValidator.cs (1)
18
_regex
= new Regex(regex, RegexOptions.Compiled);
1 reference to _regex
System.Configuration.ConfigurationManager (1)
System\Configuration\RegexStringValidator.cs (1)
30
if (value is string s && !
_regex
.IsMatch(s))