1 type derived from WithAttribute
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
ViewComponents\ViewComponentConventionsTest.cs (1)
154
public class DerivedWithAttribute :
WithAttribute
3 references to WithAttribute
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
ViewComponents\ViewComponentConventionsTest.cs (3)
34
[InlineData(typeof(
WithAttribute
), true)]
60
[InlineData(typeof(
WithAttribute
), "WithAttribute")]
79
[InlineData(typeof(
WithAttribute
), "Microsoft.AspNetCore.Mvc.ViewComponentConventionsTestClasses.WithAttribute")]