2 writes to _outgoingConnectionsEstablished
System.Net.Sockets (2)
System\Net\Sockets\SocketsTelemetry.cs (2)
164
Interlocked.Increment(ref
_outgoingConnectionsEstablished
);
270
_outgoingConnectionsEstablishedCounter ??= new PollingCounter("outgoing-connections-established", this, () => Interlocked.Read(ref
_outgoingConnectionsEstablished
))