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