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)
1040if (_preloadingThrottle != null) { 1042_preloadingThrottle.WaitOne(); 1130if (_preloadingThrottle != null) { 1131_preloadingThrottle.Release();