Exemplo n.º 1
0
 public void EmitEnterTryCatch()
 {
     this.Emit(EnterTryCatchFinallyInstruction.CreateTryCatch());
 }
Exemplo n.º 2
0
 public void EmitEnterTryFinally(BranchLabel finallyStartLabel)
 {
     Emit(EnterTryCatchFinallyInstruction.CreateTryFinally(EnsureLabelIndex(finallyStartLabel)));
 }