6 references to AddHandlerExit
System.Linq.Expressions (6)
System\Linq\Expressions\Interpreter\LightLambda.cs (6)
62AddHandlerExit(handler.TryEndIndex + 1 /* include Goto instruction that acts as a "leave" */); 67AddHandlerExit(handler.FinallyEndIndex); 75AddHandlerExit(catchHandler.HandlerEndIndex); 81AddHandlerExit(filter.EndIndex); 92AddHandlerExit(handler.TryEndIndex + 1 /* include Goto instruction that acts as a "leave" */); 95AddHandlerExit(handler.FinallyEndIndex);