12 instantiations of ModelContainingSources
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (12)
Rendering\HtmlHelperSelectTest.cs (12)
426
["Prefix"] = new
ModelContainingSources
{ Property1 = SelectSources.PropertyOfViewDataEntry },
428
viewData.Model = new
ModelContainingSources
{ Property1 = SelectSources.PropertyOfModel };
463
["Prefix"] = new
ModelContainingSources
{ Property1 = SelectSources.PropertyOfViewDataEntry },
465
viewData.Model = new
ModelContainingSources
{ Property1 = SelectSources.PropertyOfModel };
489
["Prefix"] = new
ModelContainingSources
{ Property1 = SelectSources.PropertyOfViewDataEntry },
491
viewData.Model = new
ModelContainingSources
{ Property1 = SelectSources.PropertyOfModel };
516
["Prefix"] = new
ModelContainingSources
{ Property1 = SelectSources.PropertyOfViewDataEntry },
518
viewData.Model = new
ModelContainingSources
{ Property1 = SelectSources.PropertyOfModel };
543
["Prefix"] = new
ModelContainingSources
{ Property1 = SelectSources.PropertyOfViewDataEntry },
545
viewData.Model = new
ModelContainingSources
{ Property1 = SelectSources.PropertyOfModel };
563
var model = new
ModelContainingSources
{ Property1 = SelectSources.PropertyOfModel };
579
var model = new
ModelContainingSources
{ Property1 = SelectSources.PropertyOfModel };
7 references to ModelContainingSources
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (7)
Rendering\HtmlHelperSelectTest.cs (7)
422
var viewData = new ViewDataDictionary<
ModelContainingSources
>(provider, modelState)
459
var viewData = new ViewDataDictionary<
ModelContainingSources
>(provider, modelState)
485
var viewData = new ViewDataDictionary<
ModelContainingSources
>(provider)
512
var viewData = new ViewDataDictionary<
ModelContainingSources
>(provider)
540
var viewData = new ViewDataDictionary<
ModelContainingSources
>(provider)
563
var
model = new ModelContainingSources { Property1 = SelectSources.PropertyOfModel };
579
var
model = new ModelContainingSources { Property1 = SelectSources.PropertyOfModel };