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