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