System\Linq\Expressions\Interpreter\LightCompiler.cs (8)
102internal bool HasHandler(InterpretedFrame frame, Exception exception, [NotNullWhen(true)] out ExceptionHandler? handler, out object? unwrappedException)
140private static bool FilterPasses(InterpretedFrame frame, ref object? exception, ExceptionFilter filter)
3142public abstract void Update(InterpretedFrame frame, object? value);
3159public override void Update(InterpretedFrame frame, object? value)
3189public override void Update(InterpretedFrame frame, object? value)
3214public override void Update(InterpretedFrame frame, object? value)
3241public override void Update(InterpretedFrame frame, object? value)
3279public override void Update(InterpretedFrame frame, object? value)