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