1 write to _handlesWithoutCreate
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbConnectionPool.cs (1)
57_handlesWithoutCreate = new WaitHandle[] { _poolSemaphore, _errorEvent };
1 reference to _handlesWithoutCreate
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbConnectionPool.cs (1)
78return withCreate ? _handlesWithCreate : _handlesWithoutCreate;