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)
3123public abstract void Update(InterpretedFrame frame, object? value);
3140public override void Update(InterpretedFrame frame, object? value)
3170public override void Update(InterpretedFrame frame, object? value)
3195public override void Update(InterpretedFrame frame, object? value)
3222public override void Update(InterpretedFrame frame, object? value)
3260public override void Update(InterpretedFrame frame, object? value)