2 writes to TransactionScope
System.Activities (2)
System\Activities\Statements\TransactionScope.cs (2)
195
TransactionScope
= new InArgument<TransactionScope>(element)
592
this.
TransactionScope
= new InArgument<TransactionScope>();
3 references to TransactionScope
System.Activities (3)
System\Activities\Statements\TransactionScope.cs (3)
590
if (this.
TransactionScope
== null)
594
metadata.Bind(this.
TransactionScope
, txScopeArgument);
620
TransactionScope currentTransactionScope = this.
TransactionScope
.Get(context);