1 write to _diagnosticListener
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplicationDiagnostics.cs (1)
46
_diagnosticListener
= diagnosticListener;
13 references to _diagnosticListener
Microsoft.AspNetCore.Hosting (13)
Internal\HostingApplicationDiagnostics.cs (13)
87
var diagnosticListenerEnabled =
_diagnosticListener
.IsEnabled();
88
var diagnosticListenerActivityCreationEnabled = (diagnosticListenerEnabled &&
_diagnosticListener
.IsEnabled(ActivityName, httpContext));
104
if (
_diagnosticListener
.IsEnabled(DeprecatedDiagnosticsBeginRequestKey))
184
if (
_diagnosticListener
.IsEnabled())
194
if (
_diagnosticListener
.IsEnabled(DeprecatedDiagnosticsEndRequestKey))
204
if (
_diagnosticListener
.IsEnabled(DiagnosticsUnhandledExceptionKey))
308
_diagnosticListener
,
317
_diagnosticListener
,
326
_diagnosticListener
,
413
_diagnosticListener
.OnActivityImport(activity, httpContext);
415
if (
_diagnosticListener
.IsEnabled(ActivityStartKey))
460
WriteDiagnosticEvent(
_diagnosticListener
, ActivityStartKey, httpContext);
479
WriteDiagnosticEvent(
_diagnosticListener
, ActivityStopKey, httpContext);