6 references to ShutdownInProgress
System.Web (6)
Hosting\ISAPIWorkerRequest.cs (1)
2355if (doneWithSession != 0 && !HttpRuntime.ShutdownInProgress && (_ignoreMinAsyncSize || (totalBodySize >= MIN_ASYNC_SIZE))) {
HttpRuntime.cs (2)
2275Debug.Trace("AppDomainFactory", "ShutdownAppDomain, Id = " + AppDomainAppId + ", ShutdownInProgress=" + ShutdownInProgress 2423Debug.Trace("AppDomainFactory", "HttpRuntime.Close, ShutdownInProgress=" + ShutdownInProgress);
State\SessionStateModule.cs (1)
95if (HttpRuntime.ShutdownInProgress) {
State\StateRuntime.cs (2)
742if (HttpRuntime.ShutdownInProgress) { 750if (HttpRuntime.ShutdownInProgress) {