2 references to FormatException_InvokeMiddlewareNoService
Microsoft.AspNetCore.Http.Abstractions (2)
Extensions\UseMiddlewareExtensions.cs (2)
330
var service = sp.GetService(type) ?? throw new InvalidOperationException(Resources.
FormatException_InvokeMiddlewareNoService
(type, middleware));
339
var service = ksp.GetKeyedService(type, key) ?? throw new InvalidOperationException(Resources.
FormatException_InvokeMiddlewareNoService
(type, middleware));