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