.NET 10 introduced a new overload of Reverse:
[Enumerable.Reverse Method (System.Linq) | Microsoft Learn|https://learn.microsoft.com/en-us/dotnet/api/system.linq.enumerable.reverse?view=net-10.0#system-linq-enumerable-reverse-1(-0())]
Our LINQ translator needs to be modified to support this new overload.
This only affects users whose applications run on .NET 10.