2 writes to clonedInstanceStateStream
System.Workflow.Runtime (2)
WorkflowStateRollbackService.cs (2)
48this.clonedInstanceStateStream = new MemoryStream(10240); 75this.clonedInstanceStateStream = null;
6 references to clonedInstanceStateStream
System.Workflow.Runtime (6)
WorkflowStateRollbackService.cs (6)
49this.workflowExecutor.RootActivity.Save(this.clonedInstanceStateStream); 52this.clonedInstanceStateStream.Position = 0; 57if (this.clonedInstanceStateStream == null) 80Debug.Assert(this.clonedInstanceStateStream != null, "cloned instance-state stream null at restore time"); 84this.clonedInstanceStateStream.Position = 0; 87clonedRootActivity = Activity.Load(this.clonedInstanceStateStream, (Activity)this.workflowDefinition);