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)
3194statistics.SafeAdd(ref statistics._bytesSent, _outBytesUsed);
1 reference to _bytesSent
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlStatistics.cs (1)
97ht.Add("BytesSent", _bytesSent);