2 writes to dependentTransaction
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\TransactionWaitAsyncResult.cs (2)
34
this.
dependentTransaction
= transaction.DependentClone(DependentCloneOption.BlockCommitUntilComplete);
38
this.
dependentTransaction
= null;
7 references to dependentTransaction
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\Dispatcher\TransactionWaitAsyncResult.cs (7)
55
this.
dependentTransaction
.Complete();
85
return this.
dependentTransaction
;
125
if (this.
dependentTransaction
!= null)
131
exception = this.CreateVolatileEnlistment(this.
dependentTransaction
);
132
this.
dependentTransaction
.Complete();
186
if (thisPtr.
dependentTransaction
!= null)
188
thisPtr.
dependentTransaction
.Complete();