Infrastructure\ResourceInvoker.cs (6)
236var lastTask = Next(ref next, ref scope, ref state, ref isCompleted);
258await invoker.Next(ref next, ref scope, ref state, ref isCompleted);
960var lastTask = Next(ref next, ref scope, ref state, ref isCompleted);
986await invoker.Next(ref next, ref scope, ref state, ref isCompleted);
1012var lastTask = Next(ref next, ref scope, ref state, ref isCompleted);
1036await invoker.Next(ref next, ref scope, ref state, ref isCompleted);