2 references to name
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
ExpressionHelperTest.cs (2)
104
(Expression<Func<IList<LowerModel>, string>>)(model => model.FirstOrDefault().
name
),
315
(Expression<Func<LowerModel, string>>)(model => model.
name
)