4 writes to _errorWait
System.Data (4)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (4)
490
_errorWait
= ERROR_WAIT_DEFAULT;
828
_errorWait
= ERROR_WAIT_DEFAULT;
867
_errorWait
= 60000;
870
_errorWait
*= 2;
3 references to _errorWait
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (3)
861
timerIsNotDisposed = t.Change(
_errorWait
,
_errorWait
);
866
if (30000 <
_errorWait
) {