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