2 writes to s_shutdownStatus
System.Web (2)
Compilation\BuildResultCache.cs (2)
586
s_shutdownStatus
= SHUTDOWN_NEEDED;
603
if (s_shutdownStatus == SHUTDOWN_NEEDED && (Interlocked.Exchange(ref
s_shutdownStatus
, SHUTDOWN_STARTED) == SHUTDOWN_NEEDED)) {
1 reference to s_shutdownStatus
System.Web (1)
Compilation\BuildResultCache.cs (1)
603
if (
s_shutdownStatus
== SHUTDOWN_NEEDED && (Interlocked.Exchange(ref s_shutdownStatus, SHUTDOWN_STARTED) == SHUTDOWN_NEEDED)) {