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