4 references to AddExceptionRegion
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\Encoding\ControlFlowBuilder.cs (4)
181
AddExceptionRegion
(ExceptionRegionKind.Finally, tryStart, tryEnd, handlerStart, handlerEnd);
193
AddExceptionRegion
(ExceptionRegionKind.Fault, tryStart, tryEnd, handlerStart, handlerEnd);
213
AddExceptionRegion
(ExceptionRegionKind.Catch, tryStart, tryEnd, handlerStart, handlerEnd, catchType: catchType);
229
AddExceptionRegion
(ExceptionRegionKind.Filter, tryStart, tryEnd, handlerStart, handlerEnd, filterStart: filterStart);