1 write to pendingQueueState
System.Workflow.Runtime (1)
WorkflowQueuingService.cs (1)
690pendingQueueState = pendingQueueStateSnapshot;
7 references to pendingQueueState
System.Workflow.Runtime (7)
WorkflowQueuingService.cs (7)
53this.rootWorkflowExecutor.RootActivity.SetValue(WorkflowQueuingService.PendingMessagesProperty, this.pendingQueueState.Messages); 69this.rootWorkflowExecutor.RootActivity.SetValue(WorkflowQueuingService.PendingMessagesProperty, this.pendingQueueState.Messages); 113Queue pendingQueue = this.pendingQueueState.Messages; 381Queue pendingQueue = this.pendingQueueState.Messages; 503this.pendingQueueState.CopyFrom(srcPendingQueueState); 666this.rootQueuingService.ApplyChangesFrom(this.pendingQueueState, this.persistedQueueStates); 726pendingQueueStateSnapshot.CopyFrom(pendingQueueState);