1 write to _poolSemaphore
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbConnectionPool.cs (1)
52_poolSemaphore = new Semaphore(0, MAX_Q_SIZE);
3 references to _poolSemaphore
System.Data.Odbc (3)
Common\System\Data\ProviderBase\DbConnectionPool.cs (3)
56_handlesWithCreate = new WaitHandle[] { _poolSemaphore, _errorEvent, _creationSemaphore }; 57_handlesWithoutCreate = new WaitHandle[] { _poolSemaphore, _errorEvent }; 73get { return _poolSemaphore; }