1 write to _diagnostics
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplication.cs (1)
31
_diagnostics
= new HostingApplicationDiagnostics(logger, diagnosticSource, activitySource, propagator, eventSource, metrics);
3 references to _diagnostics
Microsoft.AspNetCore.Hosting (3)
Internal\HostingApplication.cs (3)
82
_diagnostics
.BeginRequest(httpContext, hostContext);
96
_diagnostics
.RequestEnd(httpContext, exception, context);
115
_diagnostics
.ContextDisposed(context);