2 instantiations of CustomComponentActivator
Microsoft.AspNetCore.Components.Tests (2)
ComponentFactoryTest.cs (2)
47var factory = new ComponentFactory(new CustomComponentActivator<ComponentWithInjectProperties>(), new TestRenderer()); 80var factory = new ComponentFactory(new CustomComponentActivator<DerivedComponent>(), new TestRenderer());