3 writes to _errorTimer
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (3)
491
_errorTimer
= null; // No error yet.
860
_errorTimer
= t;
1049
_errorTimer
= null;
1 reference to _errorTimer
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
1048
Timer t =
_errorTimer
;