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