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)
212if (!_shutdownInitiated) { 221if (_objectCacheHost != null && !_shutdownInitiated) { 603if (!_shutdownInitiated) { 605if (!_shutdownInitiated) { 1317return _theHostingEnvironment._shutdownInitiated;