7 writes to Body
System.Activities (2)
System\Activities\Statements\TransactionScope.cs (2)
168
Body
= new ActivityAction<Activity>
256
Body
= new ActivityAction<Activity>
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\Factories\GenericForEachWithBodyFactory.cs (1)
16
Body
= new ActivityAction<T>()
System\ServiceModel\Activities\Presentation\ReceiveReplyValidationFeature.cs (1)
68
Body
= new ActivityAction<Activity>
System\ServiceModel\Activities\Presentation\SendReplyValidationFeature.cs (1)
68
Body
= new ActivityAction<Activity>
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\TransactedReceiveScope.cs (1)
118
Body
= new ActivityAction<Activity>
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
918
Body
= new ActivityAction<Activity>
6 references to Body
System.Activities (6)
System\Activities\Statements\ForEach.cs (6)
68
metadata.AddDelegate(this.
Body
);
83
if (this.
Body
== null || this.
Body
.Handler == null)
104
Fx.Assert(this.
Body
!= null && this.
Body
.Handler != null, "Body and Body.Handler should not be null");
128
context.ScheduleAction(this.
Body
, valueEnumerator.Current, this.OnChildComplete);