1 write to _preloadingThrottle
System.Web (1)
Hosting\ProcessHost.cs (1)
337
_preloadingThrottle
= new System.Threading.Semaphore(maxPreloadConcurrency, maxPreloadConcurrency);
4 references to _preloadingThrottle
System.Web (4)
Hosting\ProcessHost.cs (4)
1040
if (
_preloadingThrottle
!= null) {
1042
_preloadingThrottle
.WaitOne();
1130
if (
_preloadingThrottle
!= null) {
1131
_preloadingThrottle
.Release();