Home
last modified time | relevance | path

Searched refs:_errorWait (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Odbc/src/Common/System/Data/ProviderBase/
H A DDbConnectionPool.cs124 private int _errorWait; field in System.Data.ProviderBase.DbConnectionPool
163 _errorWait = ERROR_WAIT_DEFAULT; in DbConnectionPool()
432 _errorWait = ERROR_WAIT_DEFAULT; in CreateObject()
459 timerIsNotDisposed = t.Change(_errorWait, _errorWait); in CreateObject()
464 if (30000 < _errorWait) in CreateObject()
466 _errorWait = 60000; in CreateObject()
470 _errorWait *= 2; in CreateObject()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/ProviderBase/
H A DDbConnectionPool.cs371 private int _errorWait; field in System.Data.ProviderBase.DbConnectionPool
411 _errorWait = ERROR_WAIT_DEFAULT; in DbConnectionPool()
715 _errorWait = ERROR_WAIT_DEFAULT; in CreateObject()
742 timerIsNotDisposed = t.Change(_errorWait, _errorWait); in CreateObject()
747 if (30000 < _errorWait) in CreateObject()
749 _errorWait = 60000; in CreateObject()
753 _errorWait *= 2; in CreateObject()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/ProviderBase/
H A DDbConnectionPool.cs453 private int _errorWait; field in System.Data.ProviderBase.DbConnectionPool
493 _errorWait = ERROR_WAIT_DEFAULT; in DbConnectionPool()
839 _errorWait = ERROR_WAIT_DEFAULT; in CreateObject()
872 timerIsNotDisposed = t.Change(_errorWait, _errorWait); in CreateObject()
877 if (30000 < _errorWait) { in CreateObject()
878 _errorWait = 60000; in CreateObject()
881 _errorWait *= 2; in CreateObject()