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