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