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 }; 63get { return _creationSemaphore; }