1 instantiation of TestViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
ViewComponents\DefaultViewComponentActivatorTests.cs (1)
18var expectedInstance = new TestViewComponent();
2 references to TestViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
ViewComponents\DefaultViewComponentActivatorTests.cs (2)
18var expectedInstance = new TestViewComponent(); 27var context = CreateContext(typeof(TestViewComponent));