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)
30if (value is string s && !_regex.IsMatch(s))