3 writes to Property1
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
Rendering\HtmlHelperPasswordTest.cs (3)
384helper.ViewData.Model = new TestModel { Property1 = "propValue" }; 402helper.ViewData.Model = new TestModel { Property1 = "propValue" }; 420helper.ViewData.Model = new TestModel { Property1 = "propValue" };
1 reference to Property1
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Rendering\HtmlHelperPasswordTest.cs (1)
405var passwordForResult = helper.PasswordFor(m => m.Property1);