4 writes to dependentClone
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\InternalSendMessage.cs (4)
1836this.dependentClone = this.currentTransactionContext.DependentClone(DependentCloneOption.BlockCommitUntilComplete); 1870this.dependentClone = null; 1881this.dependentClone = null; 1949thisPtr.dependentClone = null;
6 references to dependentClone
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\InternalSendMessage.cs (6)
1867if (this.dependentClone != null) 1869this.dependentClone.Complete(); 1878if (this.dependentClone != null) 1880this.dependentClone.Complete(); 1946if (thisPtr.dependentClone != null) 1948thisPtr.dependentClone.Complete();