2 types derived from ResourceInvoker
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvoker.cs (1)
19
internal partial class ControllerActionInvoker :
ResourceInvoker
, IActionInvoker
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvoker.cs (1)
16
internal sealed class PageActionInvoker :
ResourceInvoker
, IActionInvoker
16 references to ResourceInvoker
Microsoft.AspNetCore.Mvc.Core (12)
Infrastructure\ControllerActionInvoker.cs (1)
454
/// <remarks><see cref="
ResourceInvoker
.InvokeFilterPipelineAsync"/> for details on what the
Infrastructure\ResourceInvoker.cs (11)
88
static async Task Awaited(
ResourceInvoker
invoker, Task task, IDisposable? scope)
100
static async Task Logged(
ResourceInvoker
invoker)
252
static async Task Awaited(
ResourceInvoker
invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted)
274
static async Task Logged(
ResourceInvoker
invoker, IActionResult result)
929
static async Task<ResourceExecutedContext> Awaited(
ResourceInvoker
invoker, Task task)
978
static async Task Awaited(
ResourceInvoker
invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted)
1028
static async Task Awaited(
ResourceInvoker
invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted)
1076
static async Task Awaited(
ResourceInvoker
invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted)
1114
static async Task Awaited(
ResourceInvoker
invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted)
1381
static async Task Awaited(
ResourceInvoker
invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted)
1425
static async Task<ResultExecutedContext> Awaited(
ResourceInvoker
invoker, Task task)
Microsoft.AspNetCore.Mvc.Core.Test (3)
MvcCoreLoggerExtensionsTest.cs (3)
56
ResourceInvoker
.Log.ExecutingAction(logger, action);
86
ResourceInvoker
.Log.ExecutingAction(logger, action);
115
ResourceInvoker
.Log.ExecutingAction(logger, action);
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvoker.cs (1)
74
/// <see cref="
ResourceInvoker
"/> for details on what the variables in this method represent.