Microsoft\Scripting\Ast\GotoExpression.cs (4)
141return MakeGoto(GotoExpressionKind.Break, target, null, typeof(void));
155return MakeGoto(GotoExpressionKind.Break, target, value, typeof(void));
169return MakeGoto(GotoExpressionKind.Break, target, null, type);
186return MakeGoto(GotoExpressionKind.Break, target, value, type);