1 write to onChildCompensated
System.Activities (1)
System\Activities\Statements\DefaultCompensation.cs (1)
77
this.
onChildCompensated
= new CompletionCallback(InternalExecute);
2 references to onChildCompensated
System.Activities (2)
System\Activities\Statements\DefaultCompensation.cs (2)
75
if (this.
onChildCompensated
== null)
83
context.ScheduleActivity(Body, this.
onChildCompensated
);