5 writes to Property1
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (5)
Rendering\HtmlHelperSelectTest.cs (5)
691var model = new ModelContainingList { Property1 = { "0", "1", "2" } }; 775var model = new ModelContainingList { Property1 = { "2" } }; 796var model = new ModelContainingList { Property1 = { "1", "3" } }; 1023var model = new ModelContainingList { Property1 = { "2" } }; 1068var model = new ModelContainingList { Property1 = { "1", "3" } };
4 references to Property1
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
Rendering\HtmlHelperSelectTest.cs (4)
705value => value.Property1[2], 1007var html = helper.ListBoxFor(value => value.Property1, selectList, htmlAttributes: null); 1028var html = helper.ListBoxFor(value => value.Property1, selectList, htmlAttributes: null); 1073var html = helper.ListBoxFor(value => value.Property1, selectList, htmlAttributes: null);