1 write to TimerQueue
System.Workflow.Runtime (1)
WorkflowExecutor.cs (1)
202TimerQueue = new TimerEventSubscriptionCollection(this, this.InstanceId);
10 references to TimerQueue
System.Workflow.Runtime (10)
WorkflowExecutor.cs (10)
254TimerQueue.Executor = this; 255TimerQueue.ResumeDelivery(); 291TimerQueue.Executor = this; 292TimerQueue.ResumeDelivery(); 676TimerEventSubscriptionCollection queue = TimerQueue; 1371TimerEventSubscriptionCollection timers = TimerQueue; 1522TimerQueue.SuspendDelivery(); 1690TimerQueue.SuspendDelivery(); 1808TimerQueue.SuspendDelivery(); 2046TimerQueue.ResumeDelivery();