11 instantiations of 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()
22 references to ActionInvokerProviderContext
Microsoft.AspNetCore.Mvc.Abstractions (8)
Abstractions\ActionInvokerProviderContext.cs (1)
12
/// Initializes a new instance of <see cref="
ActionInvokerProviderContext
"/>.
Abstractions\IActionDescriptorProvider.cs (1)
17
/// called in sequence and given the same instance of <see cref="
ActionInvokerProviderContext
"/>. Then each
Abstractions\IActionInvokerProvider.cs (6)
18
/// called in sequence and given the same instance of <see cref="
ActionInvokerProviderContext
"/>. Then each
20
/// the value of <see cref="
ActionInvokerProviderContext
.Result"/>.
53
/// <param name="context">The <see cref="
ActionInvokerProviderContext
"/>.</param>
54
void OnProvidersExecuting(
ActionInvokerProviderContext
context);
60
/// <param name="context">The <see cref="
ActionInvokerProviderContext
"/>.</param>
61
void OnProvidersExecuted(
ActionInvokerProviderContext
context);
Microsoft.AspNetCore.Mvc.Core (3)
Infrastructure\ActionInvokerFactory.cs (1)
22
var
context = new ActionInvokerProviderContext(actionContext);
Infrastructure\ControllerActionInvokerProvider.cs (2)
60
public void OnProvidersExecuting(
ActionInvokerProviderContext
context)
91
public void OnProvidersExecuted(
ActionInvokerProviderContext
context)
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\ControllerActionInvokerProviderTest.cs (1)
27
var
context = new ActionInvokerProviderContext(new ActionContext()
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageActionInvokerProvider.cs (2)
61
public void OnProvidersExecuting(
ActionInvokerProviderContext
context)
102
public void OnProvidersExecuted(
ActionInvokerProviderContext
context)
Microsoft.AspNetCore.Mvc.RazorPages.Test (8)
Infrastructure\PageActionInvokerProviderTest.cs (8)
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
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()