20 references to ExceptionHandlerType
illink (5)
Linker.Dataflow\MethodBodyScanner.cs (2)
764
if (exceptionClause.HandlerType ==
ExceptionHandlerType
.Filter)
769
if (exceptionClause.HandlerType ==
ExceptionHandlerType
.Catch)
Linker.Dataflow\ScannerExtensions.cs (1)
41
if (einfo.HandlerType ==
ExceptionHandlerType
.Filter)
Linker.Steps\MarkStep.cs (1)
3877
if (eh.HandlerType ==
ExceptionHandlerType
.Catch)
Linker\MethodBodyScanner.cs (1)
115
if (eh.HandlerType ==
ExceptionHandlerType
.Catch)
Mono.Cecil (15)
Mono.Cecil.Cil\CodeReader.cs (7)
342
(
ExceptionHandlerType
) (read_entry () & 0x7));
359
case
ExceptionHandlerType
.Catch:
362
case
ExceptionHandlerType
.Filter:
641
ExceptionHandlerType
handler_type;
644
handler_type = (
ExceptionHandlerType
) (type & 0x7);
648
handler_type = (
ExceptionHandlerType
) (type & 0x7);
655
case
ExceptionHandlerType
.Catch:
Mono.Cecil.Cil\CodeWriter.cs (5)
355
case
ExceptionHandlerType
.Catch:
358
case
ExceptionHandlerType
.Filter:
532
if (handler.HandlerType ==
ExceptionHandlerType
.Filter
600
case
ExceptionHandlerType
.Catch:
603
case
ExceptionHandlerType
.Filter:
Mono.Cecil.Cil\ExceptionHandler.cs (3)
29
ExceptionHandlerType
handler_type;
61
public
ExceptionHandlerType
HandlerType {
66
public ExceptionHandler (
ExceptionHandlerType
handlerType)