### Description <img width="962" alt="Image" src="https://github.com/user-attachments/assets/d9f5c3cf-f4c8-408b-9d50-2490e35fbe26" /> ### Reproduction Steps Please use this code snippet for reproduction ```cs using System.Buffers; public class Program { public static void Main(string[] args) { var tokenPath = ReadOnlySequence<byte>.Empty; var propertyFullPath2 = Method(tokenPath); } static ReadOnlySequence<byte> Method(ReadOnlySequence<byte> tokenPath) { return ReadOnlySequence<byte>.Empty; } } ``` ### Expected behavior Evaluation is allowed at that point ### Actual behavior Evaluation is not allowed ### Regression? _No response_ ### Known Workarounds _No response_ ### Configuration .NET 9 and a fresh master, not tested on earlier versions Mac Apple M2 Max ### Other information I collected COMPlus logs, please take a look [COMPLUS.LOG](https://github.com/user-attachments/files/20281786/COMPLUS.LOG)