1 type derived from ResourceInvoker
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvoker.cs (1)
19
internal 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)
84
static async Task Awaited(
ResourceInvoker
invoker, Task task, IDisposable? scope)
96
static async Task Logged(
ResourceInvoker
invoker)
248
static async Task Awaited(
ResourceInvoker
invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted)
270
static async Task Logged(
ResourceInvoker
invoker, IActionResult result)
925
static async Task<ResourceExecutedContext> Awaited(
ResourceInvoker
invoker, Task task)
974
static async Task Awaited(
ResourceInvoker
invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted)
1024
static async Task Awaited(
ResourceInvoker
invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted)
1072
static async Task Awaited(
ResourceInvoker
invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted)
1110
static async Task Awaited(
ResourceInvoker
invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted)
1377
static async Task Awaited(
ResourceInvoker
invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted)
1421
static 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.