1 write to AfterViewComponent
Microsoft.AspNetCore.Mvc.TestDiagnosticListener (1)
TestDiagnosticListener.cs (1)
366
AfterViewComponent
= new OnAfterViewComponentEventData()
4 references to AfterViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
ViewComponentResultTest.cs (4)
295
Assert.NotNull(adapter.
AfterViewComponent
?.ActionDescriptor);
296
Assert.NotNull(adapter.
AfterViewComponent
?.ViewComponentContext);
297
Assert.NotNull(adapter.
AfterViewComponent
?.ViewComponentResult);
298
Assert.NotNull(adapter.
AfterViewComponent
?.ViewComponent);