6 references to InProgressHandles
System.Runtime.DurableInstancing (6)
System\Runtime\DurableInstancing\InstanceOwner.cs (6)
384while (InProgressHandles.Count > 0) 386InstanceHandleReference handleRef = InProgressHandles.Peek(); 410InProgressHandles.Dequeue(); 417if (InProgressHandles.Count > 0) 419InProgressHandles.Enqueue(handleRef); 433InProgressHandles.Enqueue(handleRef);