9 references to LowerModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (9)
ExpressionHelperTest.cs (9)
40(Expression<Func<LowerModel, int>>)(testModel => testModel.selectedcategory.CategoryId), 76(Expression<Func<IList<LowerModel>, Category>>)(model => model[i].selectedcategory), 96(Expression<Func<IList<LowerModel>, int>>)(model => model[2].preferredcategories[i].CategoryId), 104(Expression<Func<IList<LowerModel>, string>>)(model => model.FirstOrDefault().name), 303(Expression<Func<LowerModel, CategoryName>>)(model => model.selectedcategory.CategoryName) 311(Expression<Func<LowerModel, string>>)(model => model.model) 315(Expression<Func<LowerModel, string>>)(model => model.name) 331(Expression<Func<IList<LowerModel>, Category>>)(model => model[2].selectedcategory) 343(Expression<Func<IDictionary<string, LowerModel>, string>>)(model => model[key].selectedcategory.CategoryName.MainCategory)