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