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