2 writes to _shutdownInProgress
System.Web (2)
HttpRuntime.cs (2)
1853
_shutdownInProgress
= true;
2309
_theRuntime.
_shutdownInProgress
= true;
6 references to _shutdownInProgress
System.Web (6)
HttpRuntime.cs (6)
373
if (_appDomainShutdownTimer == null && !
_shutdownInProgress
) {
375
if (_appDomainShutdownTimer == null && !
_shutdownInProgress
) {
1847
if (
_shutdownInProgress
)
1851
if (
_shutdownInProgress
)
2304
if (_theRuntime.
_shutdownInProgress
)
3113
get { return _theRuntime.
_shutdownInProgress
; }