2 writes to persistedQueueStatesSnapshot
System.Workflow.Runtime (2)
WorkflowQueuingService.cs (2)
701persistedQueueStatesSnapshot = null; 715persistedQueueStatesSnapshot = new Dictionary<IComparable, EventQueueState>();
4 references to persistedQueueStatesSnapshot
System.Workflow.Runtime (4)
WorkflowQueuingService.cs (4)
684Debug.Assert(persistedQueueStatesSnapshot != null); 691persistedQueueStates = persistedQueueStatesSnapshot; 692rootWorkflowExecutor.RootActivity.SetValue(WorkflowQueuingService.RootPersistedQueueStatesProperty, persistedQueueStatesSnapshot); 720persistedQueueStatesSnapshot.Add(kv.Key, individualPersistedQueueStateValue);