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