// CS8145: Auto-implemented property `X.TestProp' cannot return by reference // Line: 6 public class X { ref string TestProp { get; } }