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