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