15 references to CategoryId
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (15)
ExpressionHelperTest.cs (15)
36(Expression<Func<TestModel, int>>)(testModel => testModel.SelectedCategory.CategoryId),
40(Expression<Func<LowerModel, int>>)(testModel => testModel.selectedcategory.CategoryId),
56(Expression<Func<TestModel, int>>)(model => models[0].SelectedCategory.CategoryId),
84(Expression<Func<TestModel, int>>)(model => model.PreferredCategories[i].CategoryId),
92(Expression<Func<IList<TestModel>, int>>)(model => model[2].PreferredCategories[i].CategoryId),
96(Expression<Func<IList<LowerModel>, int>>)(model => model[2].preferredcategories[i].CategoryId),
112(Expression<Func<IList<TestModel>, int>>)(model => model.FirstOrDefault().SelectedCategory.CategoryId),
124(Expression<Func<IList<TestModel>, int>>)(model => model.FirstOrDefault().PreferredCategories.FirstOrDefault().CategoryId),
192(Expression<Func<TestModel, int>>)(testModel => testModel.SelectedCategory.CategoryId),
214(Expression<Func<TestModel, int>>)(model => model.PreferredCategories[i].CategoryId),
237(Expression<Func<IList<TestModel>, int>>)(model => model.FirstOrDefault().PreferredCategories.FirstOrDefault().CategoryId),
260(Expression<Func<TestModel, int>>)(testModel => testModel.SelectedCategory.CategoryId),
261(Expression<Func<TestModel, int>>)(testModel => testModel.SelectedCategory.CategoryId)
334(Expression<Func<TestModel, int>>)(testModel => testModel.SelectedCategory.CategoryId),
448(Expression<Func<List<TestModel>, int>>)(m => collection[i].SelectedCategory.CategoryId),