1 instantiation of DependentTransaction
System.Transactions.Local (1)
System\Transactions\Transaction.cs (1)
753DependentTransaction clone = new DependentTransaction(
5 references to DependentTransaction
netstandard (1)
netstandard.cs (1)
2167[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.DependentTransaction))]
System.Transactions (1)
System.Transactions.cs (1)
6[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.DependentTransaction))]
System.Transactions.Local (3)
System\Transactions\Transaction.cs (2)
730public DependentTransaction DependentClone( 753DependentTransaction clone = new DependentTransaction(
System\Transactions\TransactionScope.cs (1)
1195private DependentTransaction? _dependentTransaction;