11 references to ActionInvokerProviderContext
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ActionInvokerFactory.cs (1)
22
var context = new
ActionInvokerProviderContext
(actionContext);
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\ControllerActionInvokerProviderTest.cs (1)
27
var context = new
ActionInvokerProviderContext
(new ActionContext()
Microsoft.AspNetCore.Mvc.RazorPages.Test (9)
Infrastructure\PageActionInvokerProviderTest.cs (9)
53
var context = new
ActionInvokerProviderContext
(new ActionContext()
115
var context = new
ActionInvokerProviderContext
(new ActionContext()
181
var context = new
ActionInvokerProviderContext
(new ActionContext()
213
var context = new
ActionInvokerProviderContext
(new ActionContext
229
context = new
ActionInvokerProviderContext
(new ActionContext
259
var context = new
ActionInvokerProviderContext
(new ActionContext
293
var context = new
ActionInvokerProviderContext
(new ActionContext
330
var context1 = new
ActionInvokerProviderContext
(new ActionContext()
347
var context2 = new
ActionInvokerProviderContext
(new ActionContext()