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