3 writes to _currentOutgoingConnectAttempts
System.Net.Sockets (3)
System\Net\Sockets\SocketsTelemetry.cs (3)
86Interlocked.Increment(ref _currentOutgoingConnectAttempts); 147long newCount = Interlocked.Decrement(ref _currentOutgoingConnectAttempts); 266_currentOutgoingConnectAttemptsCounter ??= new PollingCounter("current-outgoing-connect-attempts", this, () => Interlocked.Read(ref _currentOutgoingConnectAttempts))