1 write to _diagnosticListener
Microsoft.AspNetCore.Diagnostics (1)
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (1)
46_diagnosticListener = diagnosticListener;
3 references to _diagnosticListener
Microsoft.AspNetCore.Diagnostics (3)
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (3)
208if (_diagnosticListener.IsEnabled() && _diagnosticListener.IsEnabled(eventName)) 210WriteDiagnosticEvent(_diagnosticListener, eventName, new { httpContext = context, exception = edi.SourceException });