1 write to s_regexMatchTimeoutValidator
System.Web (1)
Configuration\StdValidatorsAndConverters.cs (1)
103
s_regexMatchTimeoutValidator
= new RegexMatchTimeoutValidator();
2 references to s_regexMatchTimeoutValidator
System.Web (2)
Configuration\StdValidatorsAndConverters.cs (2)
102
if (
s_regexMatchTimeoutValidator
== null) {
106
return
s_regexMatchTimeoutValidator
;