1 write to runtimeTransactionHandle
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
69
this.
runtimeTransactionHandle
= new Variable<RuntimeTransactionHandle>();
6 references to runtimeTransactionHandle
System.Workflow.Runtime (6)
System\Activities\Statements\Interop.cs (6)
278
this.
runtimeTransactionHandle
,
378
RuntimeTransactionHandle runtimeTransactionHandle = this.
runtimeTransactionHandle
.Get(context);
425
this.
runtimeTransactionHandle
.Get(context).GetCurrentTransaction(context)))
530
this.
runtimeTransactionHandle
.Get(context).GetCurrentTransaction(context)))
780
RuntimeTransactionHandle transactionHandle = this.
runtimeTransactionHandle
.Get(context);
802
RuntimeTransactionHandle transactionHandle = this.
runtimeTransactionHandle
.Get(context);