1 instantiation of EmptyComponent
Microsoft.AspNetCore.Components.Tests (1)
ComponentFactoryTest.cs (1)
431var component = new EmptyComponent();
7 references to EmptyComponent
Microsoft.AspNetCore.Components.Tests (7)
ComponentFactoryTest.cs (7)
17var componentType = typeof(EmptyComponent); 26Assert.IsType<EmptyComponent>(instance); 46var componentType = typeof(EmptyComponent); 67var componentType = typeof(EmptyComponent); 302var requestedType = typeof(EmptyComponent); 428var componentType = typeof(EmptyComponent); 431var component = new EmptyComponent();