1 write to _diagnostics
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplication.cs (1)
45
_diagnostics
= new HostingApplicationDiagnostics(logger, diagnosticSource, activitySource, propagator, eventSource, metrics);
7 references to _diagnostics
Microsoft.AspNetCore.Hosting (7)
Internal\HostingApplication.cs (7)
23
get =>
_diagnostics
.SuppressActivityOpenTelemetryData;
24
set =>
_diagnostics
.SuppressActivityOpenTelemetryData = value;
30
get =>
_diagnostics
.SuppressActivityUrlQuery;
31
set =>
_diagnostics
.SuppressActivityUrlQuery = value;
96
_diagnostics
.BeginRequest(httpContext, hostContext);
110
_diagnostics
.RequestEnd(httpContext, exception, context);
129
_diagnostics
.ContextDisposed(context);