3 instantiations of ActivablePropertiesViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
ViewComponents\DefaultViewComponentFactoryTest.cs (3)
18var component = new ActivablePropertiesViewComponent(); 43var component = new ActivablePropertiesViewComponent(); 66var component = new ActivablePropertiesViewComponent();
5 references to ActivablePropertiesViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (5)
ViewComponents\DefaultViewComponentFactoryTest.cs (5)
18var component = new ActivablePropertiesViewComponent(); 29var activablePropertiesComponent = Assert.IsType<ActivablePropertiesViewComponent>(result); 43var component = new ActivablePropertiesViewComponent(); 66var component = new ActivablePropertiesViewComponent();