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)
103var diagnosticListenerEnabled = _diagnosticListener.IsEnabled(); 104var diagnosticListenerActivityCreationEnabled = (diagnosticListenerEnabled && _diagnosticListener.IsEnabled(ActivityName, httpContext)); 120if (_diagnosticListener.IsEnabled(DeprecatedDiagnosticsBeginRequestKey)) 200if (_diagnosticListener.IsEnabled()) 210if (_diagnosticListener.IsEnabled(DeprecatedDiagnosticsEndRequestKey)) 220if (_diagnosticListener.IsEnabled(DiagnosticsUnhandledExceptionKey)) 324_diagnosticListener, 333_diagnosticListener, 342_diagnosticListener, 437_diagnosticListener.OnActivityImport(activity, httpContext); 439if (_diagnosticListener.IsEnabled(ActivityStartKey)) 525WriteDiagnosticEvent(_diagnosticListener, ActivityStartKey, httpContext); 544WriteDiagnosticEvent(_diagnosticListener, ActivityStopKey, httpContext);