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