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)
373if (_appDomainShutdownTimer == null && !_shutdownInProgress) { 375if (_appDomainShutdownTimer == null && !_shutdownInProgress) { 1847if (_shutdownInProgress) 1851if (_shutdownInProgress) 2304if (_theRuntime._shutdownInProgress) 3113get { return _theRuntime._shutdownInProgress; }