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