4 references to TimerToMilliseconds
System.Data (4)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
1955long result = TimerToMilliseconds(TimerRemaining(timerExpire));
fx\src\data\System\Data\SqlClient\SqlStatistics.cs (3)
110ht.Add ("ConnectionTime", ADP.TimerToMilliseconds(_connectionTime)); 111ht.Add ("ExecutionTime", ADP.TimerToMilliseconds(_executionTime)); 112ht.Add ("NetworkServerTime", ADP.TimerToMilliseconds(_networkServerTime));