8 references to Scope
Microsoft.AspNetCore.Mvc.Core (8)
Infrastructure\ControllerActionInvoker.cs (8)
61private Task Next(ref State next, ref Scope scope, ref object? state, ref bool isCompleted) 260if (scope == Scope.Action) 297var scope = Scope.Action; 319static async Task Awaited(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted) 461var scope = Scope.Invoker; 483static async Task Awaited(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted)