2 writes to pipelinesInUse
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (2)
74this.pipelinesInUse = new HashSet<PersistencePipeline>(); 275this.pipelinesInUse = null;
4 references to pipelinesInUse
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (4)
272if (this.pipelinesInUse != null) 274pipelinesToAbort = this.pipelinesInUse; 647this.pipelinesInUse.Add(pipeline); 657this.pipelinesInUse.Remove(pipeline);