8 references to Scope
Microsoft.AspNetCore.Mvc.Core (8)
Infrastructure\ControllerActionInvoker.cs (8)
59private Task Next(ref State next, ref Scope scope, ref object? state, ref bool isCompleted) 258if (scope == Scope.Action) 295var scope = Scope.Action; 317static async Task Awaited(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted) 459var scope = Scope.Invoker; 481static async Task Awaited(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted)