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)
104var diagnosticListenerEnabled = _diagnosticListener.IsEnabled(); 105var diagnosticListenerActivityCreationEnabled = (diagnosticListenerEnabled && _diagnosticListener.IsEnabled(ActivityName, httpContext)); 121if (_diagnosticListener.IsEnabled(DeprecatedDiagnosticsBeginRequestKey)) 201if (_diagnosticListener.IsEnabled()) 211if (_diagnosticListener.IsEnabled(DeprecatedDiagnosticsEndRequestKey)) 221if (_diagnosticListener.IsEnabled(DiagnosticsUnhandledExceptionKey)) 325_diagnosticListener, 334_diagnosticListener, 343_diagnosticListener, 445_diagnosticListener.OnActivityImport(activity, httpContext); 447if (_diagnosticListener.IsEnabled(ActivityStartKey)) 572WriteDiagnosticEvent(_diagnosticListener, ActivityStartKey, httpContext); 591WriteDiagnosticEvent(_diagnosticListener, ActivityStopKey, httpContext);