1 write to pipeline
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
3693
this.
pipeline
= new PersistencePipeline(modules, PersistenceManager.GenerateInitialData(this.instance));
10 references to pipeline
System.Activities (10)
System\Activities\WorkflowApplication.cs (10)
3694
this.
pipeline
.Collect();
3695
this.
pipeline
.Map();
3696
this.data = this.
pipeline
.Values;
3730
this.context = new WorkflowPersistenceContext(this.
pipeline
!= null && this.
pipeline
.IsSaveTransactionRequired,
3770
if (this.
pipeline
!= null)
3777
this.context = new WorkflowPersistenceContext(this.
pipeline
.IsSaveTransactionRequired,
3781
this.instance.persistencePipelineInUse = this.
pipeline
;
3790
result = this.
pipeline
.BeginSave(this.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(savedCallback), this);
3819
thisPtr.
pipeline
.EndSave(result);