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