8 writes to Title
Microsoft.AspNetCore.Mvc.Core (1)
DependencyInjection\ApiBehaviorOptionsSetup.cs (1)
60Title = value.Title,
Microsoft.AspNetCore.Mvc.Core.Test (7)
ControllerBaseTest.cs (3)
2561Title = "One or more validation errors occurred.", 2566Title = "Unprocessable entity.", 2571Title = "An error occurred while processing your request.",
Infrastructure\ProblemDetalsClientErrorFactoryTest.cs (4)
21[405] = new ClientErrorData { Link = "Some link", Title = "Summary" }, 48[415] = new ClientErrorData { Link = "Some link", Title = "Summary" }, 78[405] = new ClientErrorData { Link = "Some link", Title = "Summary" }, 104[405] = new ClientErrorData { Link = "Some link", Title = "Summary" },
1 reference to Title
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\DefaultProblemDetailsFactory.cs (1)
101problemDetails.Title ??= clientErrorData.Title;