3 references to Wait
System (2)
sys\system\collections\concurrent\BlockingCollection.cs (2)
431waitForSemaphoreWasSuccessful = m_freeNodes.Wait(0); 705waitForSemaphoreWasSuccessful = m_occupiedNodes.Wait(0);
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
245if (semaphore.Wait(timeout)) {