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