2 writes to _activeDirMonCompletions
System.Web (2)
FileChangesMonitor.cs (2)
453Interlocked.Increment(ref _activeDirMonCompletions); 517Interlocked.Decrement(ref _activeDirMonCompletions);
1 reference to _activeDirMonCompletions
System.Web (1)
FileChangesMonitor.cs (1)
417internal static int ActiveDirMonCompletions { get { return _activeDirMonCompletions; } }