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