5 references to _counts
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\Metrics\SocketsHttpHandlerMetrics.cs (5)
78_counts.AddOrUpdate(key, 1, static (_, currentValue) => currentValue + 1); 91if (!_counts.TryGetValue(key, out long currentValue)) 103if (_counts.TryRemove(new KeyValuePair<OpenConnectionsTagKey, long>(key, currentValue))) 112if (_counts.TryUpdate(key, currentValue - 1, currentValue)) 126foreach (KeyValuePair<OpenConnectionsTagKey, long> entry in _counts)