4 writes to s_inNotificationThread
System.Web (4)
FileChangesMonitor.cs (4)
1289if (s_notificationQueue.Count > 0 && s_inNotificationThread == 0 && Interlocked.Exchange(ref s_inNotificationThread, 1) == 0) { 1341Interlocked.Exchange(ref s_inNotificationThread, 0); 1345if (s_notificationQueue.Count == 0 || Interlocked.Exchange(ref s_inNotificationThread, 1) != 0) 1350Interlocked.Exchange(ref s_inNotificationThread, 0);
1 reference to s_inNotificationThread
System.Web (1)
FileChangesMonitor.cs (1)
1289if (s_notificationQueue.Count > 0 && s_inNotificationThread == 0 && Interlocked.Exchange(ref s_inNotificationThread, 1) == 0) {