Infrastructure\ResourceInvoker.cs (6)
232var lastTask = Next(ref next, ref scope, ref state, ref isCompleted);
254await invoker.Next(ref next, ref scope, ref state, ref isCompleted);
956var lastTask = Next(ref next, ref scope, ref state, ref isCompleted);
982await invoker.Next(ref next, ref scope, ref state, ref isCompleted);
1008var lastTask = Next(ref next, ref scope, ref state, ref isCompleted);
1032await invoker.Next(ref next, ref scope, ref state, ref isCompleted);