4 references to IsHigher
System.Workflow.Runtime (4)
KeyedPriorityQueue.cs (4)
55
while (i > 1 &&
IsHigher
(priority, heap[parent].Priority))
175
if (
IsHigher
(heap[i].Priority, priority))
196
if (left <= size &&
IsHigher
(heap[left].Priority, heap[i].Priority))
198
if (right <= size &&
IsHigher
(heap[right].Priority, heap[highest].Priority))