1 write to _diagnosticListener
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplicationDiagnostics.cs (1)
49
_diagnosticListener
= diagnosticListener;
13 references to _diagnosticListener
Microsoft.AspNetCore.Hosting (13)
Internal\HostingApplicationDiagnostics.cs (13)
103
var diagnosticListenerEnabled =
_diagnosticListener
.IsEnabled();
104
var diagnosticListenerActivityCreationEnabled = (diagnosticListenerEnabled &&
_diagnosticListener
.IsEnabled(ActivityName, httpContext));
120
if (
_diagnosticListener
.IsEnabled(DeprecatedDiagnosticsBeginRequestKey))
200
if (
_diagnosticListener
.IsEnabled())
210
if (
_diagnosticListener
.IsEnabled(DeprecatedDiagnosticsEndRequestKey))
220
if (
_diagnosticListener
.IsEnabled(DiagnosticsUnhandledExceptionKey))
324
_diagnosticListener
,
333
_diagnosticListener
,
342
_diagnosticListener
,
437
_diagnosticListener
.OnActivityImport(activity, httpContext);
439
if (
_diagnosticListener
.IsEnabled(ActivityStartKey))
525
WriteDiagnosticEvent(
_diagnosticListener
, ActivityStartKey, httpContext);
544
WriteDiagnosticEvent(
_diagnosticListener
, ActivityStopKey, httpContext);