1 write to _creationSemaphore
System.Data.OleDb (1)
System\Data\ProviderBase\DbConnectionPool.cs (1)
239
_creationSemaphore
= new Semaphore(1, 1);
2 references to _creationSemaphore
System.Data.OleDb (2)
System\Data\ProviderBase\DbConnectionPool.cs (2)
247
_creationHandle =
_creationSemaphore
.SafeWaitHandle;
285
get { return
_creationSemaphore
; }