5 references to SafeAdd
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlStatistics.cs (1)
190SafeAdd(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)
3185statistics.SafeAdd(ref statistics._bytesReceived, _inBytesRead); 3194statistics.SafeAdd(ref statistics._bytesSent, _outBytesUsed);