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