2 writes to rootWorkflowExecutor
System.Workflow.Runtime (2)
WorkflowQueuingService.cs (2)
52
this.
rootWorkflowExecutor
= rootWorkflowExecutor;
68
this.
rootWorkflowExecutor
= copyFromQueuingService.rootWorkflowExecutor;
13 references to rootWorkflowExecutor
System.Workflow.Runtime (13)
WorkflowQueuingService.cs (13)
53
this.
rootWorkflowExecutor
.RootActivity.SetValue(WorkflowQueuingService.PendingMessagesProperty, this.pendingQueueState.Messages);
54
this.persistedQueueStates = (Dictionary<IComparable, EventQueueState>)this.
rootWorkflowExecutor
.RootActivity.GetValue(WorkflowQueuingService.RootPersistedQueueStatesProperty);
58
this.
rootWorkflowExecutor
.RootActivity.SetValue(WorkflowQueuingService.RootPersistedQueueStatesProperty, this.persistedQueueStates);
68
this.rootWorkflowExecutor = copyFromQueuingService.
rootWorkflowExecutor
;
69
this.
rootWorkflowExecutor
.RootActivity.SetValue(WorkflowQueuingService.PendingMessagesProperty, this.pendingQueueState.Messages);
71
this.
rootWorkflowExecutor
.RootActivity.SetValue(WorkflowQueuingService.LocalPersistedQueueStatesProperty, this.persistedQueueStates);
365
Activity contextActivity =
rootWorkflowExecutor
.GetContextActivityForId(subscriber.ContextId);
682
Debug.Assert(
rootWorkflowExecutor
.CurrentAtomicActivity != null);
686
TransactionalProperties transactionalProperties =
rootWorkflowExecutor
.CurrentAtomicActivity.GetValue(WorkflowExecutor.TransactionalPropertiesProperty) as TransactionalProperties;
692
rootWorkflowExecutor
.RootActivity.SetValue(WorkflowQueuingService.RootPersistedQueueStatesProperty, persistedQueueStatesSnapshot);
693
rootWorkflowExecutor
.RootActivity.SetValue(WorkflowQueuingService.PendingMessagesProperty, pendingQueueStateSnapshot.Messages);
708
if (
rootWorkflowExecutor
.CurrentAtomicActivity != null)
711
TransactionalProperties transactionalProperties = this.
rootWorkflowExecutor
.CurrentAtomicActivity.GetValue(WorkflowExecutor.TransactionalPropertiesProperty) as TransactionalProperties;