Processing https://github.com/dotnet/runtime/pull/119743#issuecomment-3295552990 command: <details><summary>Command</summary> -intel ```csharp using BenchmarkDotNet.Attributes; public class Bench { [Benchmark] public bool IsCollectible() => typeof(object).IsCollectible; } ``` </details> (*EgorBot will reply in this issue*)