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)
208
if (
_diagnosticListener
.IsEnabled() &&
_diagnosticListener
.IsEnabled(eventName))
210
WriteDiagnosticEvent(
_diagnosticListener
, eventName, new { httpContext = context, exception = edi.SourceException });