1 write to ActionDescriptor
Microsoft.AspNetCore.Mvc.TestDiagnosticListener (1)
TestDiagnosticListener.cs (1)
94ActionDescriptor = actionDescriptor,
2 references to ActionDescriptor
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\ControllerActionInvokerTest.cs (1)
97Assert.NotNull(listener.AfterAction?.ActionDescriptor);
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\PageActionInvokerTest.cs (1)
76Assert.NotNull(listener.AfterAction?.ActionDescriptor);