1 write to _metrics
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplicationDiagnostics.cs (1)
50
_metrics
= metrics;
3 references to _metrics
Microsoft.AspNetCore.Hosting (3)
Internal\HostingApplicationDiagnostics.cs (3)
58
if (
_metrics
.IsEnabled())
164
_metrics
.RequestEnd(
384
_metrics
.RequestStart(httpContext.Request.Scheme, httpContext.Request.Method);