3 references to Catches
System.Activities (3)
System\Activities\Statements\Rethrow.cs (1)
116foreach (Catch catchHandler in tryCatch.Catches)
System\Activities\Statements\TryCatch.cs (2)
150if (this.Finally == null && this.Catches.Count == 0) 322foreach (Catch catchHandler in this.Catches)