2 references to CreateTransactionScope
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (1)
1262
txScope = TransactionHelper.
CreateTransactionScope
(this.context.Transaction);
System\Runtime\TransactedAsyncResult.cs (1)
123
this.transactionScope = TransactionHelper.
CreateTransactionScope
(transaction);