1 write to _executeAction
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\PageActionInvokerTest.cs (1)
1692
_executeAction
= executeAction;
1 reference to _executeAction
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\PageActionInvokerTest.cs (1)
1697
return
_executeAction
?.Invoke(pageContext) ?? Task.CompletedTask;