2 instantiations of ExceptionHandlerMiddlewareImpl
Microsoft.AspNetCore.Diagnostics (2)
ExceptionHandler\ExceptionHandlerExtensions.cs (1)
135
return 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)
141
return app.UseMiddleware<
ExceptionHandlerMiddlewareImpl
>();
144
return app.UseMiddleware<
ExceptionHandlerMiddlewareImpl
>(options);
ExceptionHandler\ExceptionHandlerMiddleware.cs (1)
18
private readonly
ExceptionHandlerMiddlewareImpl
_innerMiddlewareImpl;
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (1)
93
static async Task Awaited(
ExceptionHandlerMiddlewareImpl
middleware, HttpContext context, Task task)