4 writes to _activeCallbackCount
System.Web (4)
FileChangesMonitor.cs (4)
2042Interlocked.Increment(ref _activeCallbackCount); 2061Interlocked.Decrement(ref _activeCallbackCount); 2067Interlocked.Increment(ref _activeCallbackCount); 2081Interlocked.Decrement(ref _activeCallbackCount);
1 reference to _activeCallbackCount
System.Web (1)
FileChangesMonitor.cs (1)
2290while(_activeCallbackCount != 0) {