13 instantiations of TransactionScope
dotnet (1)
TransactionalAction.cs (1)
72using (var scope = new TransactionScope(
dotnet.Tests (5)
ShellShimTests\ShellShimRepositoryTests.cs (5)
83using (var transactionScope = new TransactionScope( 156using (var scope = new TransactionScope( 204using (var scope = new TransactionScope( 305using (var scope = new TransactionScope( 343using (var scope = new TransactionScope(
Microsoft.DotNet.PackageInstall.Tests (7)
ToolPackageDownloaderTests.cs (7)
73using (var transactionScope = new TransactionScope( 370using (var t = new TransactionScope( 405using (var t = new TransactionScope( 464using (var t = new TransactionScope( 519using (var t = new TransactionScope( 650using (var scope = new TransactionScope( 686using (var scope = new TransactionScope(
24 references to TransactionScope
dotnet (1)
TransactionalAction.cs (1)
72using (var scope = new TransactionScope(
dotnet.Tests (5)
ShellShimTests\ShellShimRepositoryTests.cs (5)
83using (var transactionScope = new TransactionScope( 156using (var scope = new TransactionScope( 204using (var scope = new TransactionScope( 305using (var scope = new TransactionScope( 343using (var scope = new TransactionScope(
Microsoft.DotNet.PackageInstall.Tests (7)
ToolPackageDownloaderTests.cs (7)
73using (var transactionScope = new TransactionScope( 370using (var t = new TransactionScope( 405using (var t = new TransactionScope( 464using (var t = new TransactionScope( 519using (var t = new TransactionScope( 650using (var scope = new TransactionScope( 686using (var scope = new 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 _); 1121internal TransactionScope? CurrentScope;
System\Transactions\TransactionScope.cs (4)
544TransactionScope? actualCurrentScope = _threadContextData.CurrentScope; 851TransactionScope? scope = state as TransactionScope; 1180private TransactionScope? _savedCurrentScope;