7 writes to _activeRequestCount
System.Web (7)
HttpRuntime.cs (7)
1375Interlocked.Increment(ref _theRuntime._activeRequestCount); 1381Interlocked.Decrement(ref _theRuntime._activeRequestCount); 1620Interlocked.Increment(ref _activeRequestCount); 1636Interlocked.Decrement(ref _activeRequestCount); 1659Interlocked.Decrement(ref _activeRequestCount); 1717Interlocked.Increment(ref _activeRequestCount); 1835Interlocked.Decrement(ref _activeRequestCount);
2 references to _activeRequestCount
System.Web (2)
HttpRuntime.cs (2)
1944if (_activeRequestCount == 0 && (_requestQueue == null || _requestQueue.IsEmpty)) 1997while (_activeRequestCount != 0) {