5 references to _handlerEnter
System.Linq.Expressions (5)
System\Linq\Expressions\Interpreter\LightLambda.cs (5)
66_handlerEnter.Add(handler.FinallyStartIndex, "finally"); 74_handlerEnter.Add(catchHandler.HandlerStartIndex - 1 /* include EnterExceptionHandler instruction */, catchHandler.ToString()); 80_handlerEnter.Add(filter.StartIndex - 1 /* include EnterExceptionFilter instruction */, "filter"); 94_handlerEnter.Add(handler.FinallyStartIndex, "fault"); 161if (_handlerEnter.TryGetValue(i, out handler))