Infrastructure\ResourceInvoker.cs (31)
220var scope = Scope.Invoker;
248static async Task Awaited(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted)
289private Task Next(ref State next, ref Scope scope, ref object? state, ref bool isCompleted)
639else if (scope == Scope.Exception)
647Debug.Assert(scope == Scope.Invoker || scope == Scope.Resource);
806if (scope == Scope.Exception)
848if (scope == Scope.Exception)
856Debug.Assert(scope == Scope.Invoker || scope == Scope.Resource);
868if (scope == Scope.Resource)
883if (scope == Scope.Resource)
889Debug.Assert(scope == Scope.Invoker);
949var scope = Scope.Resource;
974static async Task Awaited(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted)
1003var scope = Scope.Exception;
1024static async Task Awaited(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted)
1050var scope = Scope.Invoker;
1072static async Task Awaited(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted)
1088var scope = Scope.Invoker;
1110static async Task Awaited(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted)
1121private Task ResultNext<TFilter, TFilterAsync>(ref State next, ref Scope scope, ref object? state, ref bool isCompleted)
1327if (scope == Scope.Result)
1354var scope = Scope.Result;
1377static async Task Awaited(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object? state, bool isCompleted)