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