12 instantiations of ModelContainingListOfSources
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (12)
Rendering\HtmlHelperSelectTest.cs (12)
829
["Prefix"] = new
ModelContainingListOfSources
{ Property1 = { SelectSources.PropertyOfViewDataEntry } },
831
viewData.Model = new
ModelContainingListOfSources
{ Property1 = { SelectSources.PropertyOfModel } };
866
["Prefix"] = new
ModelContainingListOfSources
{ Property1 = { SelectSources.PropertyOfViewDataEntry } },
868
viewData.Model = new
ModelContainingListOfSources
{ Property1 = { SelectSources.PropertyOfModel } };
892
["Prefix"] = new
ModelContainingListOfSources
{ Property1 = { SelectSources.PropertyOfViewDataEntry } },
894
viewData.Model = new
ModelContainingListOfSources
{ Property1 = { SelectSources.PropertyOfModel } };
919
["Prefix"] = new
ModelContainingListOfSources
{ Property1 = { SelectSources.PropertyOfViewDataEntry } },
921
viewData.Model = new
ModelContainingListOfSources
{ Property1 = { SelectSources.PropertyOfModel } };
946
["Prefix"] = new
ModelContainingListOfSources
{ Property1 = { SelectSources.PropertyOfViewDataEntry } },
948
viewData.Model = new
ModelContainingListOfSources
{ Property1 = { SelectSources.PropertyOfModel } };
966
var model = new
ModelContainingListOfSources
{ Property1 = { SelectSources.PropertyOfModel } };
982
var model = new
ModelContainingListOfSources
{ Property1 = { SelectSources.PropertyOfModel } };
7 references to ModelContainingListOfSources
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (7)
Rendering\HtmlHelperSelectTest.cs (7)
825
var viewData = new ViewDataDictionary<
ModelContainingListOfSources
>(provider, modelState)
862
var viewData = new ViewDataDictionary<
ModelContainingListOfSources
>(provider, modelState)
888
var viewData = new ViewDataDictionary<
ModelContainingListOfSources
>(provider)
915
var viewData = new ViewDataDictionary<
ModelContainingListOfSources
>(provider)
943
var viewData = new ViewDataDictionary<
ModelContainingListOfSources
>(provider)
966
var
model = new ModelContainingListOfSources { Property1 = { SelectSources.PropertyOfModel } };
982
var
model = new ModelContainingListOfSources { Property1 = { SelectSources.PropertyOfModel } };