1 write to dependentClone
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
607this.dependentClone = this.Clone.DependentClone(DependentCloneOption.BlockCommitUntilComplete);
3 references to dependentClone
System.ServiceModel (3)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (3)
605if ((this.dependentClone == null) && (this.Clone != null)) 613if (this.dependentClone != null) 615this.dependentClone.Complete();