2 writes to _busyCount
System.Web (2)
Hosting\HostingEnvironment.cs (2)
829Interlocked.Increment(ref _busyCount); 834Interlocked.Decrement(ref _busyCount);
5 references to _busyCount
System.Web (5)
Hosting\HostingEnvironment.cs (5)
820return (!isBusy && _busyCount == 0); 824return (!_isBusy && _busyCount == 0); 859if (_busyCount > 0) 860return _busyCount; 1308return _theHostingEnvironment._busyCount;