2 references to AddCatchRegion
ILAssembler (1)
GrammarVisitor.cs (1)
4709
_currentMethod!.Definition.MethodBody.ControlFlowBuilder!.
AddCatchRegion
(tryStart, tryEnd, catchClause.Start, catchClause.End, catchClause.Type.Handle);
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
65
_cfBuilder.
AddCatchRegion
(GetMetaLabel(eb.TryStart), GetMetaLabel(eb.TryEnd),