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