4 writes to _errorWait
System.Data.OleDb (4)
System\Data\ProviderBase\DbConnectionPool.cs (4)
398
_errorWait
= ERROR_WAIT_DEFAULT;
697
_errorWait
= ERROR_WAIT_DEFAULT;
737
_errorWait
= 60000;
741
_errorWait
*= 2;
3 references to _errorWait
System.Data.OleDb (3)
System\Data\ProviderBase\DbConnectionPool.cs (3)
730
timerIsNotDisposed = t.Change(
_errorWait
,
_errorWait
);
735
if (30000 <
_errorWait
)