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