2 writes to _shutdownInProgress
System.Web (2)
Hosting\HostingEnvironment.cs (2)
606
_shutdownInProgress
= true;
729
_shutdownInProgress
= false;
1 reference to _shutdownInProgress
System.Web (1)
Hosting\HostingEnvironment.cs (1)
1327
return _theHostingEnvironment.
_shutdownInProgress
;