2 writes to Property5
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Rendering\HtmlHelperTextAreaTest.cs (2)
78helper.ViewData.Model.Property4.Property5 = "Prop5Val"; 129helper.ViewData.Model.Property4.Property5 = "Prop5Val";
2 references to Property5
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Rendering\HtmlHelperTextAreaTest.cs (2)
53model => model.Property4.Property5, 100model => model.Property4.Property5,