1 type derived from ResourceInvoker
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvoker.cs (1)
19internal partial class ControllerActionInvoker : ResourceInvoker, IActionInvoker
13 references to ResourceInvoker
Microsoft.AspNetCore.Mvc.Core (12)
Infrastructure\ControllerActionInvoker.cs (1)
452/// <remarks><see cref="ResourceInvoker.InvokeFilterPipelineAsync"/> for details on what the
Infrastructure\ResourceInvoker.cs (11)
84static async Task Awaited(ResourceInvoker invoker, Task task, IDisposable? scope) 96static async Task Logged(ResourceInvoker invoker) 248static async Task Awaited(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted) 270static async Task Logged(ResourceInvoker invoker, IActionResult result) 925static async Task<ResourceExecutedContext> Awaited(ResourceInvoker invoker, Task task) 974static async Task Awaited(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted) 1024static async Task Awaited(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted) 1072static async Task Awaited(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted) 1110static async Task Awaited(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted) 1377static async Task Awaited(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted) 1421static async Task<ResultExecutedContext> Awaited(ResourceInvoker invoker, Task task)
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvoker.cs (1)
72/// <see cref="ResourceInvoker"/> for details on what the variables in this method represent.