1 instantiation of DependentTransaction
System.Transactions.Local (1)
System\Transactions\Transaction.cs (1)
753DependentTransaction clone = new DependentTransaction(
7 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 (5)
System\Transactions\Oletx\OletxDependentTransaction.cs (2)
38etwLog.MethodEnter(TraceSourceType.TraceSourceOleTx, this, $"{nameof(DependentTransaction)}.{nameof(Complete)}"); 58etwLog.MethodExit(TraceSourceType.TraceSourceOleTx, this, $"{nameof(DependentTransaction)}.{nameof(Complete)}");
System\Transactions\Transaction.cs (2)
730public DependentTransaction DependentClone( 753DependentTransaction clone = new DependentTransaction(
System\Transactions\TransactionScope.cs (1)
1195private DependentTransaction? _dependentTransaction;