2 instantiations of ExceptionHandlerMiddlewareImpl
Microsoft.AspNetCore.Diagnostics (2)
ExceptionHandler\ExceptionHandlerExtensions.cs (1)
135return new ExceptionHandlerMiddlewareImpl(next, loggerFactory, options, diagnosticListener, exceptionHandlers, meterFactory, problemDetailsService).Invoke;
ExceptionHandler\ExceptionHandlerMiddleware.cs (1)
33_innerMiddlewareImpl = new(
4 references to ExceptionHandlerMiddlewareImpl
Microsoft.AspNetCore.Diagnostics (4)
ExceptionHandler\ExceptionHandlerExtensions.cs (2)
141return app.UseMiddleware<ExceptionHandlerMiddlewareImpl>(); 144return app.UseMiddleware<ExceptionHandlerMiddlewareImpl>(options);
ExceptionHandler\ExceptionHandlerMiddleware.cs (1)
18private readonly ExceptionHandlerMiddlewareImpl _innerMiddlewareImpl;
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (1)
93static async Task Awaited(ExceptionHandlerMiddlewareImpl middleware, HttpContext context, Task task)