2 writes to _timerQueue
System.Workflow.Runtime (2)
WorkflowExecutor.cs (2)
935_timerQueue = (TimerEventSubscriptionCollection)this.rootActivity.GetValue(TimerEventSubscriptionCollection.TimerCollectionProperty); 942_timerQueue = value;
4 references to _timerQueue
System.Workflow.Runtime (4)
WorkflowExecutor.cs (4)
933if (_timerQueue == null) 936Debug.Assert(_timerQueue != null, "TimerEventSubscriptionCollection on root activity should never be null, but it was"); 938return _timerQueue; 943this.rootActivity.SetValue(TimerEventSubscriptionCollection.TimerCollectionProperty, _timerQueue);