5 references to Finally
System.Activities (5)
System\Activities\Statements\TryCatch.cs (5)
125
if (this.
Finally
!= null)
127
metadata.AddChild(this.
Finally
);
150
if (this.
Finally
== null && this.Catches.Count == 0)
286
if (this.
Finally
!= null)
288
context.ScheduleActivity(this.
Finally
, new CompletionCallback(OnFinallyComplete), this.ExceptionFromCatchOrFinallyHandler);