3 writes to _errorTimer
System.Data.OleDb (3)
System\Data\ProviderBase\DbConnectionPool.cs (3)
399
_errorTimer
= null; // No error yet.
729
_errorTimer
= t;
916
_errorTimer
= null;
1 reference to _errorTimer
System.Data.OleDb (1)
System\Data\ProviderBase\DbConnectionPool.cs (1)
915
Timer? t =
_errorTimer
;