5 references to SafeAdd
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlStatistics.cs (1)
190
SafeAdd
(ref _connectionTime, _closeTimestamp - _openTimestamp);
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
2831
_statistics.
SafeAdd
(ref _statistics._iduRows, count);
2840
_statistics.
SafeAdd
(ref _statistics._selectRows, count);
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
3185
statistics.
SafeAdd
(ref statistics._bytesReceived, _inBytesRead);
3194
statistics.
SafeAdd
(ref statistics._bytesSent, _outBytesUsed);