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