class ReferenceTest {
public static string Status {
get {
return Status;
}
}
public static void Main() {
System.Console.WriteLine(Status);
}
}
Is there any reason not to capture this loop at compilation time?