3 references to RollbackIfNotComplete
System.Transactions.Local (3)
System\Transactions\Oletx\OletxDependentTransaction.cs (1)
29: DependentCloneOption.RollbackIfNotComplete);
System\Transactions\Transaction.cs (1)
741&& cloneOption != DependentCloneOption.RollbackIfNotComplete)
System\Transactions\TransactionScope.cs (1)
1043_dependentTransaction = newCurrent.DependentClone(DependentCloneOption.RollbackIfNotComplete);