1 instantiation of DependentTransaction
System.Transactions.Local (1)
System\Transactions\Transaction.cs (1)
753
DependentTransaction 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)
730
public
DependentTransaction
DependentClone(
753
DependentTransaction
clone = new DependentTransaction(
System\Transactions\TransactionScope.cs (1)
1195
private
DependentTransaction
? _dependentTransaction;