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)
87var diagnosticListenerEnabled = _diagnosticListener.IsEnabled(); 88var diagnosticListenerActivityCreationEnabled = (diagnosticListenerEnabled && _diagnosticListener.IsEnabled(ActivityName, httpContext)); 104if (_diagnosticListener.IsEnabled(DeprecatedDiagnosticsBeginRequestKey)) 184if (_diagnosticListener.IsEnabled()) 194if (_diagnosticListener.IsEnabled(DeprecatedDiagnosticsEndRequestKey)) 204if (_diagnosticListener.IsEnabled(DiagnosticsUnhandledExceptionKey)) 308_diagnosticListener, 317_diagnosticListener, 326_diagnosticListener, 413_diagnosticListener.OnActivityImport(activity, httpContext); 415if (_diagnosticListener.IsEnabled(ActivityStartKey)) 460WriteDiagnosticEvent(_diagnosticListener, ActivityStartKey, httpContext); 479WriteDiagnosticEvent(_diagnosticListener, ActivityStopKey, httpContext);