1 write to ThrowOnBadRequest
Microsoft.AspNetCore.Routing (1)
RouteEndpointDataSource.cs (1)
295
ThrowOnBadRequest
= _throwOnBadRequest,
2 references to ThrowOnBadRequest
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
287
ThrowOnBadRequest = options?.
ThrowOnBadRequest
?? false,
Microsoft.AspNetCore.Identity (1)
_generated\0\GeneratedRouteBuilderExtensions.g.cs (1)
1526
_shouldThrow = options?.
ThrowOnBadRequest
?? false;