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