1 write to _diagnosticListener
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplicationDiagnostics.cs (1)
45_diagnosticListener = diagnosticListener;
13 references to _diagnosticListener
Microsoft.AspNetCore.Hosting (13)
Internal\HostingApplicationDiagnostics.cs (13)
86var diagnosticListenerEnabled = _diagnosticListener.IsEnabled(); 87var diagnosticListenerActivityCreationEnabled = (diagnosticListenerEnabled && _diagnosticListener.IsEnabled(ActivityName, httpContext)); 103if (_diagnosticListener.IsEnabled(DeprecatedDiagnosticsBeginRequestKey)) 181if (_diagnosticListener.IsEnabled()) 191if (_diagnosticListener.IsEnabled(DeprecatedDiagnosticsEndRequestKey)) 201if (_diagnosticListener.IsEnabled(DiagnosticsUnhandledExceptionKey)) 302_diagnosticListener, 311_diagnosticListener, 320_diagnosticListener, 458_diagnosticListener.OnActivityImport(activity, httpContext); 460if (_diagnosticListener.IsEnabled(ActivityStartKey)) 505WriteDiagnosticEvent(_diagnosticListener, ActivityStartKey, httpContext); 524WriteDiagnosticEvent(_diagnosticListener, ActivityStopKey, httpContext);