1 write to _cleanupWait
System.Data.OleDb (1)
System\Data\ProviderBase\DbConnectionPool.cs (1)
388_cleanupWait = _random.Next(12, 24) * 10 * 1000; // 2-4 minutes in 10 sec intervals
2 references to _cleanupWait
System.Data.OleDb (2)
System\Data\ProviderBase\DbConnectionPool.cs (2)
650return (new Timer(new TimerCallback(this.CleanupCallback), null, _cleanupWait, _cleanupWait));