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