3 references to Semaphore
System.Data (2)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (2)
332
_poolSemaphore = new
Semaphore
(0, MAX_Q_SIZE);
334
_creationSemaphore = new
Semaphore
(1, 1);
System.Web (1)
Hosting\ProcessHost.cs (1)
337
_preloadingThrottle = new System.Threading.
Semaphore
(maxPreloadConcurrency, maxPreloadConcurrency);