2 references to EnterTryCatchFinallyInstruction
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (2)
283
return new
EnterTryCatchFinallyInstruction
(labelIndex, true);
288
return new
EnterTryCatchFinallyInstruction
(UnknownInstrIndex, false);