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