4 writes to _errorWait
System.Data.Odbc (4)
Common\System\Data\ProviderBase\DbConnectionPool.cs (4)
161_errorWait = ERROR_WAIT_DEFAULT; 427_errorWait = ERROR_WAIT_DEFAULT; 461_errorWait = 60000; 465_errorWait *= 2;
3 references to _errorWait
System.Data.Odbc (3)
Common\System\Data\ProviderBase\DbConnectionPool.cs (3)
454timerIsNotDisposed = t.Change(_errorWait, _errorWait); 459if (30000 < _errorWait)