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