1 write to pipeline
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
3767this.pipeline = new PersistencePipeline(modules, initialPersistenceData);
10 references to pipeline
System.ServiceModel.Activities (10)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (10)
3768this.pipeline.Collect(); 3769this.pipeline.Map(); 3770this.data = this.pipeline.Values; 3808this.context = new WorkflowPersistenceContext(this.instance, (this.pipeline != null && this.pipeline.IsSaveTransactionRequired) || this.isCompletionTransactionRequired, 3860if (this.pipeline != null) 3867this.context = new WorkflowPersistenceContext(this.instance, this.pipeline.IsSaveTransactionRequired || this.isCompletionTransactionRequired, 3871this.instance.persistencePipelineInUse = this.pipeline; 3880result = this.pipeline.BeginSave(this.timeoutHelper.RemainingTime(), PrepareInnerAsyncCompletion(savedCallback), this); 3909thisPtr.pipeline.EndSave(result);