1 write to pipeline
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
4588this.pipeline = this.application.ProcessInstanceValues(this.values, out this.deserializedRuntimeState);
8 references to pipeline
System.Activities (8)
System\Activities\WorkflowApplication.cs (8)
4590if (this.pipeline != null) 4592this.pipeline.SetLoadedValues(this.values); 4594this.application.persistencePipelineInUse = this.pipeline; 4603loadResult = this.pipeline.BeginLoad(this.timeoutHelper.RemainingTime(), this.PrepareAsyncCompletion(loadPipelineCallback), this); 4618if (this.pipeline != null) 4635thisPtr.pipeline.EndLoad(result); 4680if (this.pipeline != null) 4682this.pipeline.Publish();