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