6 references to PreferredCategories
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (6)
ExpressionHelperTest.cs (6)
84(Expression<Func<TestModel, int>>)(model => model.PreferredCategories[i].CategoryId),
92(Expression<Func<IList<TestModel>, int>>)(model => model[2].PreferredCategories[i].CategoryId),
120(Expression<Func<IList<TestModel>, int>>)(model => model.FirstOrDefault().PreferredCategories.Count),
124(Expression<Func<IList<TestModel>, int>>)(model => model.FirstOrDefault().PreferredCategories.FirstOrDefault().CategoryId),
214(Expression<Func<TestModel, int>>)(model => model.PreferredCategories[i].CategoryId),
237(Expression<Func<IList<TestModel>, int>>)(model => model.FirstOrDefault().PreferredCategories.FirstOrDefault().CategoryId),