7 references to Catch
illink (3)
Linker.Dataflow\MethodBodyScanner.cs (1)
769
if (exceptionClause.HandlerType == ExceptionHandlerType.
Catch
)
Linker.Steps\MarkStep.cs (1)
3877
if (eh.HandlerType == ExceptionHandlerType.
Catch
)
Linker\MethodBodyScanner.cs (1)
115
if (eh.HandlerType == ExceptionHandlerType.
Catch
)
Mono.Cecil (4)
Mono.Cecil.Cil\CodeReader.cs (2)
359
case ExceptionHandlerType.
Catch
:
655
case ExceptionHandlerType.
Catch
:
Mono.Cecil.Cil\CodeWriter.cs (2)
355
case ExceptionHandlerType.
Catch
:
600
case ExceptionHandlerType.
Catch
: