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