2 references to EnterFinallyInstruction
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (2)
498
return s_cache[labelIndex] ??= new
EnterFinallyInstruction
(labelIndex);
500
return new
EnterFinallyInstruction
(labelIndex);