3 writes to _connectionTime
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlStatistics.cs (3)
153
_connectionTime
= 0;
190
SafeAdd(ref
_connectionTime
, _closeTimestamp - _openTimestamp);
193
_connectionTime
= long.MaxValue;
1 reference to _connectionTime
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlStatistics.cs (1)
110
ht.Add ("ConnectionTime", ADP.TimerToMilliseconds(
_connectionTime
));