1 write to _creationSemaphore
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbConnectionPool.cs (1)
54
_creationSemaphore
= new Semaphore(1, 1);
2 references to _creationSemaphore
System.Data.Odbc (2)
Common\System\Data\ProviderBase\DbConnectionPool.cs (2)
56
_handlesWithCreate = new WaitHandle[] { _poolSemaphore, _errorEvent,
_creationSemaphore
};
63
get { return
_creationSemaphore
; }