3 writes to _errorTimer
System.Data.Odbc (3)
Common\System\Data\ProviderBase\DbConnectionPool.cs (3)
162
_errorTimer
= null; // No error yet.
453
_errorTimer
= t;
570
_errorTimer
= null;
1 reference to _errorTimer
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbConnectionPool.cs (1)
569
Timer? t =
_errorTimer
;