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