2 writes to executionTimeoutCache
System.Web (2)
Configuration\HttpRuntimeSection.cs (2)
403
executionTimeoutCache
= (TimeSpan)base[_propExecutionTimeout];
410
executionTimeoutCache
= value;
1 reference to executionTimeoutCache
System.Web (1)
Configuration\HttpRuntimeSection.cs (1)
406
return
executionTimeoutCache
;