1 write to _regex
System.Configuration (1)
System\Configuration\RegexStringValidatorAttribute.cs (1)
28
_regex
= regex;
2 references to _regex
System.Configuration (2)
System\Configuration\RegexStringValidatorAttribute.cs (2)
32
return new RegexStringValidator(
_regex
);
37
return
_regex
;