2 references to Invoke
Microsoft.AspNetCore.Diagnostics (2)
ExceptionHandler\ExceptionHandlerExtensions.cs (1)
135
return new ExceptionHandlerMiddlewareImpl(next, loggerFactory, options, diagnosticListener, exceptionHandlers, meterFactory, problemDetailsService).
Invoke
;
ExceptionHandler\ExceptionHandlerMiddleware.cs (1)
48
=> _innerMiddlewareImpl.
Invoke
(context);