1 instantiation of ComponentWithOnlyKeyedProperty
Microsoft.AspNetCore.Components.Tests (1)
ComponentFactoryTest.cs (1)
466
var component = new
ComponentWithOnlyKeyedProperty
();
2 references to ComponentWithOnlyKeyedProperty
Microsoft.AspNetCore.Components.Tests (2)
ComponentFactoryTest.cs (2)
463
var componentType = typeof(
ComponentWithOnlyKeyedProperty
);
466
var
component = new ComponentWithOnlyKeyedProperty();