Microsoft\Scripting\Ast\GotoExpression.cs (4)
227return MakeGoto(GotoExpressionKind.Return, target, null, typeof(void));
242return MakeGoto(GotoExpressionKind.Return, target, null, type);
256return MakeGoto(GotoExpressionKind.Return, target, value, typeof(void));
273return MakeGoto(GotoExpressionKind.Return, target, value, type);