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 }; 68get { return _errorEvent; }