2 writes to _bytesSent
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlStatistics.cs (1)
152
_bytesSent
= 0;
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
3194
statistics.SafeAdd(ref statistics.
_bytesSent
, _outBytesUsed);
1 reference to _bytesSent
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlStatistics.cs (1)
97
ht.Add("BytesSent",
_bytesSent
);