2 writes to timerQueue
System.Workflow.Runtime (2)
System\Activities\Statements\InteropExecutor.cs (2)
158
this.
timerQueue
= (TimerEventSubscriptionCollection)this.rootActivity.GetValue(TimerEventSubscriptionCollection.TimerCollectionProperty);
165
this.
timerQueue
= value;
4 references to timerQueue
System.Workflow.Runtime (4)
System\Activities\Statements\InteropExecutor.cs (4)
156
if (this.
timerQueue
== null)
159
Debug.Assert(this.
timerQueue
!= null, "TimerEventSubscriptionCollection on root activity should never be null, but it was");
161
return this.
timerQueue
;
166
this.rootActivity.SetValue(TimerEventSubscriptionCollection.TimerCollectionProperty, this.
timerQueue
);