1 write to _metrics
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplicationDiagnostics.cs (1)
54
_metrics
= metrics;
3 references to _metrics
Microsoft.AspNetCore.Hosting (3)
Internal\HostingApplicationDiagnostics.cs (3)
75
if (
_metrics
.IsEnabled())
181
_metrics
.RequestEnd(
401
_metrics
.RequestStart(httpContext.Request.Scheme, httpContext.Request.Method);