2 references to AddCatchRegion
ILAssembler (1)
EntityRegistry.cs (1)
362
methodDef.MethodBody.ControlFlowBuilder!.
AddCatchRegion
(catchRegion.TryStart, catchRegion.TryEnd, catchRegion.HandlerStart, catchRegion.HandlerEnd, catchRegion.CatchType.Handle);
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
65
_cfBuilder.
AddCatchRegion
(GetMetaLabel(eb.TryStart), GetMetaLabel(eb.TryEnd),