5 references to TimerCollectionProperty
System.Workflow.Runtime (5)
Hosting\SqlWorkflowPersistenceService.cs (1)
1000
TimerEventSubscriptionCollection timers = (TimerEventSubscriptionCollection)rootActivity.GetValue(TimerEventSubscriptionCollection.
TimerCollectionProperty
);
System\Activities\Statements\InteropExecutor.cs (2)
158
this.timerQueue = (TimerEventSubscriptionCollection)this.rootActivity.GetValue(TimerEventSubscriptionCollection.
TimerCollectionProperty
);
166
this.rootActivity.SetValue(TimerEventSubscriptionCollection.
TimerCollectionProperty
, this.timerQueue);
WorkflowExecutor.cs (2)
935
_timerQueue = (TimerEventSubscriptionCollection)this.rootActivity.GetValue(TimerEventSubscriptionCollection.
TimerCollectionProperty
);
943
this.rootActivity.SetValue(TimerEventSubscriptionCollection.
TimerCollectionProperty
, _timerQueue);