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