7 writes to Property1
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (7)
Rendering\HtmlHelperTextBoxExtensionsTest.cs (7)
23helper.ViewData.Model = new TestModel { Property1 = "propValue" }; 41helper.ViewData.Model = new TestModel { Property1 = "propValue" }; 59helper.ViewData.Model = new TestModel { Property1 = "propValue" }; 77helper.ViewData.Model = new TestModel { Property1 = "propValue" }; 95helper.ViewData.Model = new TestModel { Property1 = "propValue" }; 118Property1 = "propValue" 146Property1 = "propValue"
2 references to Property1
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Rendering\HtmlHelperTextBoxExtensionsTest.cs (2)
44var textBoxForResult = helper.TextBoxFor(m => m.Property1); 153var textBoxForResult = helper.TextBoxFor(m => m.Property1, htmlAttributes);