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)
110
return
_shutdownInProgress
;
748
if (!
_shutdownInProgress
) { // don't bother during shutdown (while enumerating)
779
while (_accessibleHostingEnvCount >= limit && !
_shutdownInProgress
)