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)
454
timerIsNotDisposed = t.Change(
_errorWait
,
_errorWait
);
459
if (30000 <
_errorWait
)