1 write to _creationSemaphore
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
334
_creationSemaphore
= new Semaphore(1, 1);
2 references to _creationSemaphore
System.Data (2)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (2)
341
_creationHandle =
_creationSemaphore
.SafeWaitHandle;
374
get { return
_creationSemaphore
; }