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