2 types derived from ResourceInvoker
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvoker.cs (1)
19internal partial class ControllerActionInvoker : ResourceInvoker, IActionInvoker
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvoker.cs (1)
16internal 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)
88static async Task Awaited(ResourceInvoker invoker, Task task, IDisposable? scope) 100static async Task Logged(ResourceInvoker invoker) 252static async Task Awaited(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted) 274static async Task Logged(ResourceInvoker invoker, IActionResult result) 929static async Task<ResourceExecutedContext> Awaited(ResourceInvoker invoker, Task task) 978static async Task Awaited(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted) 1028static async Task Awaited(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted) 1076static async Task Awaited(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted) 1114static async Task Awaited(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted) 1381static async Task Awaited(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted) 1425static async Task<ResultExecutedContext> Awaited(ResourceInvoker invoker, Task task)
Microsoft.AspNetCore.Mvc.Core.Test (3)
MvcCoreLoggerExtensionsTest.cs (3)
56ResourceInvoker.Log.ExecutingAction(logger, action); 86ResourceInvoker.Log.ExecutingAction(logger, action); 115ResourceInvoker.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.