12 references to ApplyProblemDetailsDefaultsIfNeeded
Microsoft.AspNetCore.Http.Results (12)
AcceptedAtRouteOfT.cs (1)
63HttpResultsHelper.ApplyProblemDetailsDefaultsIfNeeded(Value, StatusCode);
AcceptedOfT.cs (2)
29HttpResultsHelper.ApplyProblemDetailsDefaultsIfNeeded(Value, StatusCode); 41HttpResultsHelper.ApplyProblemDetailsDefaultsIfNeeded(Value, StatusCode);
BadRequestOfT.cs (1)
27HttpResultsHelper.ApplyProblemDetailsDefaultsIfNeeded(Value, StatusCode);
ConflictOfT.cs (1)
27HttpResultsHelper.ApplyProblemDetailsDefaultsIfNeeded(Value, StatusCode);
CreatedAtRouteOfT.cs (1)
63HttpResultsHelper.ApplyProblemDetailsDefaultsIfNeeded(Value, StatusCode);
CreatedOfT.cs (2)
29HttpResultsHelper.ApplyProblemDetailsDefaultsIfNeeded(Value, StatusCode); 41HttpResultsHelper.ApplyProblemDetailsDefaultsIfNeeded(Value, StatusCode);
InternalServerErrorOfT.cs (1)
27HttpResultsHelper.ApplyProblemDetailsDefaultsIfNeeded(Value, StatusCode);
NotFoundOfT.cs (1)
26HttpResultsHelper.ApplyProblemDetailsDefaultsIfNeeded(Value, StatusCode);
OkOfT.cs (1)
26HttpResultsHelper.ApplyProblemDetailsDefaultsIfNeeded(Value, StatusCode);
UnprocessableEntityOfT.cs (1)
27HttpResultsHelper.ApplyProblemDetailsDefaultsIfNeeded(Value, StatusCode);