C# 11 now caches method group conversions: https://t.co/CJHBPlIwgB, which means in perf sensitive areas you can go back to using:

Method(Foo);

over:

Method(() => Foo());

— David Kean (@davkean) January 13, 2022