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