1 write to ActionDescriptor
Microsoft.AspNetCore.Mvc.TestDiagnosticListener (1)
TestDiagnosticListener.cs (1)
73ActionDescriptor = actionDescriptor,
2 references to ActionDescriptor
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\ControllerActionInvokerTest.cs (1)
60Assert.NotNull(listener.BeforeAction?.ActionDescriptor);
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\PageActionInvokerTest.cs (1)
48Assert.NotNull(listener.BeforeAction?.ActionDescriptor);