12 references to TransactionScope
System.Activities (5)
System\Activities\RuntimeTransactionHandle.cs (1)
309
this.scope = new
TransactionScope
(TransactionScopeOption.Suppress);
System\Activities\WorkflowApplication.cs (4)
5663
using (new
TransactionScope
(TransactionScopeOption.Suppress))
5712
using (new
TransactionScope
(TransactionScopeOption.Suppress))
5814
using (new
TransactionScope
(TransactionScopeOption.Suppress))
5827
using (new
TransactionScope
(TransactionScopeOption.Suppress))
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
499
using (TransactionScope transactionScope = new
TransactionScope
(TransactionScopeOption.Suppress))
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqReceiveHelper.cs (1)
199
using (TransactionScope scope = new
TransactionScope
(TransactionScopeOption.RequiresNew))
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (2)
388
using (new
TransactionScope
(TransactionScopeOption.Suppress))
429
using (new
TransactionScope
(TransactionScopeOption.Suppress))
System.Transactions (1)
System\Transactions\TransactionScope.cs (1)
47
public TransactionScope() :
this
( TransactionScopeOption.Required )
System.Workflow.Runtime (1)
WorkflowExecutor.cs (1)
732
using (TransactionScope scope = new
TransactionScope
(TransactionScopeOption.Suppress))
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
749
this.scope = new
TransactionScope
(TransactionScopeOption.Suppress);