3 references to IsEmpty
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\BinaryHeap.cs (1)
156while (!this.IsEmpty && func(this.Peek().Key))
System\Activities\DurableInstancing\LoadRetryHandler.cs (2)
76if (!this.retryQueue.IsEmpty) 99if (!this.retryQueue.IsEmpty)