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