1 write to Name
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Model\Constants.cs (1)
12Name = "Woodstock",
3 references to Name
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
ExpressionHelperTest.cs (3)
142(Expression<Func<TestModel, string>>)(m => Model.Constants.Model.Name), 154(Expression<Func<TestModel, string>>)(m => AnotherStaticClass.Model.Name), 158(Expression<Func<TestModel, string>>)(m => AnotherStaticClass.Test.Name),