<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.Linq.Expressions.GotoExpressionKind

public enum GotoExpressionKind
namespace System.Linq.Expressions { public enum GotoExpressionKind { Break = 2, Continue = 3, Goto = 0, Return = 1 } }