25 references to Add
Microsoft.AspNetCore.Components (2)
Microsoft.AspNetCore.Components.Server (5)
Microsoft.AspNetCore.Hosting (2)
Microsoft.AspNetCore.RateLimiting (4)
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Infrastructure\KestrelMetrics.cs (10)
98_activeConnectionsCounter.Add(1, tags);
118_activeConnectionsCounter.Add(-1, tags);
179_queuedConnectionsCounter.Add(1, tags);
195_queuedConnectionsCounter.Add(-1, tags);
213_queuedRequestsCounter.Add(1, tags);
231_queuedRequestsCounter.Add(-1, tags);
247_currentUpgradedRequestsCounter.Add(1, tags);
263_currentUpgradedRequestsCounter.Add(-1, tags);
280_activeTlsHandshakesCounter.Add(1, tags);
300_activeTlsHandshakesCounter.Add(-1, tags);
System.Net.Http (2)