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