2 types derived from WithAttributeAndName
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
ViewComponents\ViewComponentConventionsTest.cs (2)
163public class DerivedWithAttributeAndName : WithAttributeAndName 168public class DerivedWithOverriddenAttributeName : WithAttributeAndName
3 references to WithAttributeAndName
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
ViewComponents\ViewComponentConventionsTest.cs (3)
36[InlineData(typeof(WithAttributeAndName), true)] 62[InlineData(typeof(WithAttributeAndName), "Name")] 81[InlineData(typeof(WithAttributeAndName), "Name")]