3 references to Search
System.Workflow.Runtime (3)
KeyedPriorityQueue.cs (3)
125
return size < 1 ? null :
Search
(priority, 1, match);
182
value =
Search
(priority, left, match);
184
value =
Search
(priority, right, match);