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)
46Match match = _regex.Match((string)value);