11 references to TransactionScope
netstandard (1)
netstandard.cs (1)
2194[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionScope))]
System.Transactions (1)
System.Transactions.cs (1)
35[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionScope))]
System.Transactions.Local (9)
System\Transactions\Transaction.cs (5)
69internal static EnterpriseServicesInteropOption InteropMode(TransactionScope? currentScope) 81internal static Transaction? FastGetTransaction(TransactionScope? currentScope, ContextData contextData, out Transaction? contextTransaction) 136out TransactionScope? currentScope, 161GetCurrentTransactionAndScope(TxLookup.Default, out Transaction? current, out TransactionScope? currentScope, out _); 1150internal TransactionScope? CurrentScope;
System\Transactions\TransactionScope.cs (4)
544TransactionScope? actualCurrentScope = _threadContextData.CurrentScope; 851TransactionScope? scope = state as TransactionScope; 1180private TransactionScope? _savedCurrentScope;