2 writes to _bytesReceived
System.Net.Sockets (2)
System\Net\Sockets\SocketsTelemetry.cs (2)
212
Interlocked.Add(ref
_bytesReceived
, count);
278
_bytesReceivedCounter ??= new PollingCounter("bytes-received", this, () => Interlocked.Read(ref
_bytesReceived
))