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