1 write to _errorEvent
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbConnectionPool.cs (1)
53
_errorEvent
= new ManualResetEvent(false);
3 references to _errorEvent
System.Data.Odbc (3)
Common\System\Data\ProviderBase\DbConnectionPool.cs (3)
56
_handlesWithCreate = new WaitHandle[] { _poolSemaphore,
_errorEvent
, _creationSemaphore };
57
_handlesWithoutCreate = new WaitHandle[] { _poolSemaphore,
_errorEvent
};
68
get { return
_errorEvent
; }