Microsoft\Scripting\Ast\GotoExpression.cs (4)
286return MakeGoto(GotoExpressionKind.Goto, target, null, typeof(void));
301return MakeGoto(GotoExpressionKind.Goto, target, null, type);
315return MakeGoto(GotoExpressionKind.Goto, target, value, typeof(void));
332return MakeGoto(GotoExpressionKind.Goto, target, value, type);