1 write to catches
System.Activities (1)
System\Activities\Statements\TryCatch.cs (1)
72this.catches = new CatchList();
4 references to catches
System.Activities (4)
System\Activities\Statements\TryCatch.cs (4)
70if (this.catches == null) 74return this.catches; 132if (this.catches != null) 134foreach (Catch item in this.catches)