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