4 instantiations of 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,
2 references to ExceptionHandlerInfo
System.Reflection.Emit (2)
System\Reflection\Emit\ILGeneratorImpl.cs (2)
34private List<ExceptionHandlerInfo> _exceptionBlocks = new(); // keeps all ExceptionHandler blocks 60foreach(ExceptionHandlerInfo eb in _exceptionBlocks)