3 references to AttributeViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
DependencyInjection\MvcViewFeaturesMvcBuilderExtensionsTest.cs (3)
132typeof(AttributeViewComponent))); 149Assert.Equal(typeof(AttributeViewComponent), collection[1].ServiceType); 150Assert.Equal(typeof(AttributeViewComponent), collection[1].ImplementationType);