1 write to BeforeViewComponent
Microsoft.AspNetCore.Mvc.TestDiagnosticListener (1)
TestDiagnosticListener.cs (1)
338
BeforeViewComponent
= new OnBeforeViewComponentEventData()
3 references to BeforeViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
ViewComponentResultTest.cs (3)
292
Assert.NotNull(adapter.
BeforeViewComponent
?.ActionDescriptor);
293
Assert.NotNull(adapter.
BeforeViewComponent
?.ViewComponentContext);
294
Assert.NotNull(adapter.
BeforeViewComponent
?.ViewComponent);