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