7 references to ShutdownInitiated
System.Web (7)
Compilation\BuildResultCache.cs (3)
254if (HostingEnvironment.ShutdownInitiated) { 453if (HostingEnvironment.ShutdownInitiated) { 562if (HostingEnvironment.ShutdownInitiated) {
Hosting\IPipelineRuntime.cs (2)
256if (!HostingEnvironment.StopListeningWasCalled && !HostingEnvironment.ShutdownInitiated) { 395return HostingEnvironment.ShutdownInitiated;
HttpRuntime.cs (1)
2260if (!HostingEnvironment.ShutdownInitiated) {
IdleTimeoutMonitor.cs (1)
62if (HostingEnvironment.ShutdownInitiated)