1 write to _regex
System.Configuration (1)
System\Configuration\RegexStringValidator.cs (1)
32
_regex
= new Regex(regex, RegexOptions.Compiled);
1 reference to _regex
System.Configuration (1)
System\Configuration\RegexStringValidator.cs (1)
46
Match match =
_regex
.Match((string)value);