3 writes to _openTimestamp
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (3)
405ADP.TimerCurrent(out _statistics._openTimestamp); 1593ADP.TimerCurrent(out _statistics._openTimestamp); 2172ADP.TimerCurrent(out _statistics._openTimestamp);
2 references to _openTimestamp
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlStatistics.cs (2)
189if (_closeTimestamp >= _openTimestamp) { 190SafeAdd(ref _connectionTime, _closeTimestamp - _openTimestamp);