public static bool HasBreak(LoopStatement statement) { var visitor = new LoopBreakChecker(); return visitor.Verify(statement); }