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