2 writes to _cleanupTimer
System.Data.Odbc (2)
Common\System\Data\ProviderBase\DbConnectionPool.cs (2)
1120
_cleanupTimer
= CreateCleanupTimer();
1133
_cleanupTimer
= null;
1 reference to _cleanupTimer
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbConnectionPool.cs (1)
1132
Timer? t =
_cleanupTimer
;