1 write to ProblemDetails
Microsoft.AspNetCore.Http.Results (1)
ValidationProblem.cs (1)
26ProblemDetails = problemDetails;
5 references to ProblemDetails
Microsoft.AspNetCore.Http.Results (5)
ValidationProblem.cs (5)
27ProblemDetailsDefaults.Apply(ProblemDetails, statusCode: StatusCodes.Status400BadRequest); 35object? IValueHttpResult.Value => ProblemDetails; 37HttpValidationProblemDetails? IValueHttpResult<HttpValidationProblemDetails>.Value => ProblemDetails; 63if (problemDetailsService is null || !await problemDetailsService.TryWriteAsync(new() { HttpContext = httpContext, ProblemDetails = ProblemDetails })) 68value: ProblemDetails,