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