1 write to _shutdownInProgress
System.Web (1)
Hosting\ApplicationManager.cs (1)
523_shutdownInProgress = true;
3 references to _shutdownInProgress
System.Web (3)
Hosting\ApplicationManager.cs (3)
110return _shutdownInProgress; 748if (!_shutdownInProgress) { // don't bother during shutdown (while enumerating) 779while (_accessibleHostingEnvCount >= limit && !_shutdownInProgress)