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