Closed
Description
E.g.
public class Program
{
public static void Main()
{
bool b = System.Runtime.Intrinsics.X86.Avx10v1.V512.X64.IsSupported;
}
}
results in an infinite loop or stack overflow.
This might have to do with getMethodNameFromMetadata
not supporting classes nested multiple times (I noticed that a while ago: #76786 (comment)).