3 instantiations of KeyedPriorityQueue
System.Workflow.Runtime (3)
Hosting\DefaultWorkflowSchedulerService.cs (1)
17
private KeyedPriorityQueue<Guid, CallbackInfo, DateTime> timerQueue = new
KeyedPriorityQueue
<Guid, CallbackInfo, DateTime>();
Hosting\ManualWorkflowSchedulerService.cs (1)
50
private KeyedPriorityQueue<Guid, CallbackInfo, DateTime> pendingScheduleRequests = new
KeyedPriorityQueue
<Guid, CallbackInfo, DateTime>();
TimerEventSubscriptionCollection.cs (1)
21
private KeyedPriorityQueue<Guid, TimerEventSubscription, DateTime> queue = new
KeyedPriorityQueue
<Guid, TimerEventSubscription, DateTime>();
3 references to KeyedPriorityQueue
System.Workflow.Runtime (3)
Hosting\DefaultWorkflowSchedulerService.cs (1)
17
private
KeyedPriorityQueue
<Guid, CallbackInfo, DateTime> timerQueue = new KeyedPriorityQueue<Guid, CallbackInfo, DateTime>();
Hosting\ManualWorkflowSchedulerService.cs (1)
50
private
KeyedPriorityQueue
<Guid, CallbackInfo, DateTime> pendingScheduleRequests = new KeyedPriorityQueue<Guid, CallbackInfo, DateTime>();
TimerEventSubscriptionCollection.cs (1)
21
private
KeyedPriorityQueue
<Guid, TimerEventSubscription, DateTime> queue = new KeyedPriorityQueue<Guid, TimerEventSubscription, DateTime>();