2 writes to Property5
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Rendering\HtmlHelperPasswordTest.cs (2)
363viewData.Model.Property4.Property5 = "prop-value2"; 516helper.ViewData.Model.Property4.Property5 = "Prop5Val";
2 references to Property5
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Rendering\HtmlHelperPasswordTest.cs (2)
335model => model.Property4.Property5, 483model => model.Property4.Property5,