1 write to pipeline
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
1134
this.
pipeline
= new PersistencePipeline(modules);
8 references to pipeline
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (8)
1136
this.
pipeline
.SetLoadedValues(this.view.InstanceData);
1137
this.ppd.RegisterPipelineInUse(this.
pipeline
);
1142
loadResult = this.
pipeline
.BeginLoad(this.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(LoadOrCreateAsyncResult.handleLoadPipeline), this);
1169
thisPtr.
pipeline
.EndLoad(result);
1176
if (this.
pipeline
!= null)
1178
this.
pipeline
.Publish();
1298
if (thisPtr.
pipeline
!= null)
1300
thisPtr.ppd.UnregisterPipelineInUse(thisPtr.
pipeline
);