1 write to ConnectionDurationEnabled
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\ConnectionMetricsContext.cs (1)
24ConnectionDurationEnabled = connectionDurationEnabled;
4 references to ConnectionDurationEnabled
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\KestrelConnectionOfT.cs (2)
48if (MetricsContext.ConnectionDurationEnabled) 83if (MetricsContext.ConnectionDurationEnabled)
Internal\Infrastructure\KestrelMetrics.cs (2)
97if (metricsContext.CurrentConnectionsCounterEnabled || metricsContext.ConnectionDurationEnabled) 115if (metricsContext.ConnectionDurationEnabled)