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)
78
return withCreate ?
_handlesWithCreate
: _handlesWithoutCreate;