26 references to TransactionScope
System.Activities (21)
System\Activities\Statements\TransactionScope.cs (21)
148DelegateInArgument<TransactionScope> element = new DelegateInArgument<TransactionScope> { Name = "element" }; 152return new Constraint<TransactionScope> 154Body = new ActivityAction<TransactionScope, ValidationContext> 183Right = new InArgument<Type>(context => typeof(TransactionScope)) 195TransactionScope = new InArgument<TransactionScope>(element) 234DelegateInArgument<TransactionScope> element = new DelegateInArgument<TransactionScope> { Name = "element" }; 239return new Constraint<TransactionScope> 241Body = new ActivityAction<TransactionScope, ValidationContext> 459public InArgument<TransactionScope> Scope 467RuntimeArgument scopeArgument = new RuntimeArgument("Scope", typeof(TransactionScope), ArgumentDirection.In); 470this.Scope = new InArgument<TransactionScope>(); 547TransactionScope transactionScope = parent as TransactionScope; 574public InArgument<TransactionScope> TransactionScope 589RuntimeArgument txScopeArgument = new RuntimeArgument("TransactionScope", typeof(TransactionScope), ArgumentDirection.In); 592this.TransactionScope = new InArgument<TransactionScope>(); 618TransactionScope parentTransactionScope = parent as TransactionScope; 620TransactionScope currentTransactionScope = this.TransactionScope.Get(context);
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\TransactionScopeDesigner.xaml.cs (1)
21Type type = typeof(TransactionScope);
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\TransactedReceiveScope.cs (3)
133Right = new InArgument<Type>(context => typeof(TransactionScope)) 384TransactionScope transactionScopeActivity = child as TransactionScope;
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
935Right = new InArgument<Type>(context => typeof(System.Activities.Statements.TransactionScope))