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