3 references to ComponentWithConstructorInjection
Microsoft.AspNetCore.Components.Tests (3)
ComponentFactoryTest.cs (3)
236var componentType = typeof(ComponentWithConstructorInjection); 247var component = Assert.IsType<ComponentWithConstructorInjection>(instance);