7 references to s_notificationQueue
System.Web (7)
FileChangesMonitor.cs (7)
1156lock (s_notificationQueue.SyncRoot) { 1273s_notificationQueue.Enqueue(new NotificationQueueItem(target.Callback, action, target.Alias)); 1289if (s_notificationQueue.Count > 0 && s_inNotificationThread == 0 && Interlocked.Exchange(ref s_inNotificationThread, 1) == 0) { 1314lock (s_notificationQueue.SyncRoot) { 1315if (s_notificationQueue.Count > 0) { 1316nqi = (NotificationQueueItem) s_notificationQueue.Dequeue(); 1345if (s_notificationQueue.Count == 0 || Interlocked.Exchange(ref s_inNotificationThread, 1) != 0)