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