2 writes to _incomingConnectionsEstablished
System.Net.Sockets (2)
System\Net\Sockets\SocketsTelemetry.cs (2)
205
Interlocked.Increment(ref
_incomingConnectionsEstablished
);
281
_incomingConnectionsEstablishedCounter ??= new PollingCounter("incoming-connections-established", this, () => Interlocked.Read(ref
_incomingConnectionsEstablished
))