1 write to _diagnosticListener
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplicationDiagnostics.cs (1)
50
_diagnosticListener
= diagnosticListener;
13 references to _diagnosticListener
Microsoft.AspNetCore.Hosting (13)
Internal\HostingApplicationDiagnostics.cs (13)
104
var diagnosticListenerEnabled =
_diagnosticListener
.IsEnabled();
105
var diagnosticListenerActivityCreationEnabled = (diagnosticListenerEnabled &&
_diagnosticListener
.IsEnabled(ActivityName, httpContext));
121
if (
_diagnosticListener
.IsEnabled(DeprecatedDiagnosticsBeginRequestKey))
201
if (
_diagnosticListener
.IsEnabled())
211
if (
_diagnosticListener
.IsEnabled(DeprecatedDiagnosticsEndRequestKey))
221
if (
_diagnosticListener
.IsEnabled(DiagnosticsUnhandledExceptionKey))
325
_diagnosticListener
,
334
_diagnosticListener
,
343
_diagnosticListener
,
445
_diagnosticListener
.OnActivityImport(activity, httpContext);
447
if (
_diagnosticListener
.IsEnabled(ActivityStartKey))
572
WriteDiagnosticEvent(
_diagnosticListener
, ActivityStartKey, httpContext);
591
WriteDiagnosticEvent(
_diagnosticListener
, ActivityStopKey, httpContext);