1 write to _diagnostics
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplication.cs (1)
38
_diagnostics
= new HostingApplicationDiagnostics(logger, diagnosticSource, activitySource, propagator, eventSource, metrics);
5 references to _diagnostics
Microsoft.AspNetCore.Hosting (5)
Internal\HostingApplication.cs (5)
23
get =>
_diagnostics
.SuppressActivityOpenTelemetryData;
24
set =>
_diagnostics
.SuppressActivityOpenTelemetryData = value;
89
_diagnostics
.BeginRequest(httpContext, hostContext);
103
_diagnostics
.RequestEnd(httpContext, exception, context);
122
_diagnostics
.ContextDisposed(context);