3 references to Body
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\TransactedReceiveScope.cs (3)
203
metadata.AddChild(this.
Body
);
248
if (this.
Body
!= null)
250
context.ScheduleActivity(this.
Body
, new CompletionCallback(OnBodyCompleted));