2 writes to _appDomainShutdownTimer
System.Web (2)
HttpRuntime.cs (2)
356if (timer != null && Interlocked.CompareExchange(ref _appDomainShutdownTimer, null, timer) == timer) { 376_appDomainShutdownTimer = new Timer(
3 references to _appDomainShutdownTimer
System.Web (3)
HttpRuntime.cs (3)
355Timer timer = _appDomainShutdownTimer; 373if (_appDomainShutdownTimer == null && !_shutdownInProgress) { 375if (_appDomainShutdownTimer == null && !_shutdownInProgress) {