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