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