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