1 write to Priority
System.Workflow.Runtime (1)
KeyedPriorityQueue.cs (1)
233Priority = priority;
6 references to Priority
System.Workflow.Runtime (6)
KeyedPriorityQueue.cs (6)
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))