3 references to SemaphoreSlim
System (2)
sys\system\collections\concurrent\BlockingCollection.cs (2)
243
m_freeNodes = new
SemaphoreSlim
(boundedCapacity - collectionCount);
247
m_occupiedNodes = new
SemaphoreSlim
(collectionCount);
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
222
SemaphoreSlim semaphore = new
SemaphoreSlim
(1);