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