This will cause IsGeneratedXXX failed ```C# record Test(int ID, string Text) { public int Field; public int Property { get; set; } } ```