2 writes to pendingQueueStateSnapshot
System.Workflow.Runtime (2)
WorkflowQueuingService.cs (2)
702
pendingQueueStateSnapshot
= null;
725
pendingQueueStateSnapshot
= new EventQueueState();
4 references to pendingQueueStateSnapshot
System.Workflow.Runtime (4)
WorkflowQueuingService.cs (4)
683
Debug.Assert(
pendingQueueStateSnapshot
!= null);
690
pendingQueueState =
pendingQueueStateSnapshot
;
693
rootWorkflowExecutor.RootActivity.SetValue(WorkflowQueuingService.PendingMessagesProperty,
pendingQueueStateSnapshot
.Messages);
726
pendingQueueStateSnapshot
.CopyFrom(pendingQueueState);