3 references to ServiceBasedViewComponentActivator
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DependencyInjection\MvcViewFeaturesMvcBuilderExtensions.cs (1)
53
builder.Services.Replace(ServiceDescriptor.Singleton<IViewComponentActivator,
ServiceBasedViewComponentActivator
>());
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
DependencyInjection\MvcViewFeaturesMvcBuilderExtensionsTest.cs (2)
32
Assert.Equal(typeof(
ServiceBasedViewComponentActivator
), descriptor.ImplementationType);
154
Assert.Equal(typeof(
ServiceBasedViewComponentActivator
), collection[2].ImplementationType);