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