2 writes to s_shutdownStatus
System.Web (2)
Compilation\BuildResultCache.cs (2)
586s_shutdownStatus = SHUTDOWN_NEEDED; 603if (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)
603if (s_shutdownStatus == SHUTDOWN_NEEDED && (Interlocked.Exchange(ref s_shutdownStatus, SHUTDOWN_STARTED) == SHUTDOWN_NEEDED)) {