1 write to AfterAction
Microsoft.AspNetCore.Mvc.TestDiagnosticListener (1)
TestDiagnosticListener.cs (1)
92AfterAction = new OnAfterActionEventData()
4 references to AfterAction
Microsoft.AspNetCore.Mvc.Core.Test (2)
Infrastructure\ControllerActionInvokerTest.cs (2)
97Assert.NotNull(listener.AfterAction?.ActionDescriptor); 98Assert.NotNull(listener.AfterAction?.HttpContext);
Microsoft.AspNetCore.Mvc.RazorPages.Test (2)
Infrastructure\PageActionInvokerTest.cs (2)
76Assert.NotNull(listener.AfterAction?.ActionDescriptor); 77Assert.NotNull(listener.AfterAction?.HttpContext);