2 references to DefaultRegexMatchTimeout
System.Web (2)
Hosting\ApplicationManager.cs (2)
1003
if (httpRuntimeSection.
DefaultRegexMatchTimeout
!= TimeSpan.Zero) {
1004
appDomainAdditionalData[_regexMatchTimeoutKey] = httpRuntimeSection.
DefaultRegexMatchTimeout
;