2 writes to Property5
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Rendering\HtmlHelperTextBoxTest.cs (2)
96helper.ViewData.Model.Property4.Property5 = "Prop5Val"; 147helper.ViewData.Model.Property4.Property5 = "Prop5Val";
2 references to Property5
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Rendering\HtmlHelperTextBoxTest.cs (2)
71model => model.Property4.Property5, 118model => model.Property4.Property5,