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