4 references to Body
System.Activities (4)
System\Activities\Statements\TransactionScope.cs (4)
135
if (this.
Body
!= null)
137
metadata.AddChild(this.
Body
);
373
if (this.
Body
!= null)
375
context.ScheduleActivity(this.
Body
, new CompletionCallback(OnCompletion));