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)
69
internal static EnterpriseServicesInteropOption InteropMode(
TransactionScope
? currentScope)
81
internal static Transaction? FastGetTransaction(
TransactionScope
? currentScope, ContextData contextData, out Transaction? contextTransaction)
136
out
TransactionScope
? currentScope,
161
GetCurrentTransactionAndScope(TxLookup.Default, out Transaction? current, out
TransactionScope
? currentScope, out _);
1121
internal
TransactionScope
? CurrentScope;
System\Transactions\TransactionScope.cs (4)
544
TransactionScope
? actualCurrentScope = _threadContextData.CurrentScope;
851
TransactionScope
? scope = state as
TransactionScope
;
1180
private
TransactionScope
? _savedCurrentScope;