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 };
73
get { return
_poolSemaphore
; }