4 references to ExceptionHandlerInfo
System.Reflection.Emit (4)
System\Reflection\Emit\ILGeneratorImpl.cs (4)
121
_exceptionBlocks.Add(new
ExceptionHandlerInfo
(ExceptionRegionKind.Catch, currentExBlock.TryStart,
155
_exceptionBlocks.Add(new
ExceptionHandlerInfo
(ExceptionRegionKind.Filter, currentExBlock.TryStart,
196
_exceptionBlocks.Add(new
ExceptionHandlerInfo
(ExceptionRegionKind.Fault, currentExBlock.TryStart,
227
_exceptionBlocks.Add(new
ExceptionHandlerInfo
(ExceptionRegionKind.Finally, currentExBlock.TryStart,