1 write to _shutdownInitiated
System.Web (1)
Hosting\HostingEnvironment.cs (1)
608
_shutdownInitiated
= true;
5 references to _shutdownInitiated
System.Web (5)
Hosting\HostingEnvironment.cs (5)
212
if (!
_shutdownInitiated
) {
221
if (_objectCacheHost != null && !
_shutdownInitiated
) {
603
if (!
_shutdownInitiated
) {
605
if (!
_shutdownInitiated
) {
1317
return _theHostingEnvironment.
_shutdownInitiated
;