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