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