2 writes to _bytesSent
System.Net.Sockets (2)
System\Net\Sockets\SocketsTelemetry.cs (2)
219
Interlocked.Add(ref
_bytesSent
, count);
282
_bytesSentCounter ??= new PollingCounter("bytes-sent", this, () => Interlocked.Read(ref
_bytesSent
))