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