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