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

System.Reflection.Emit.FlowControl

public enum FlowControl
namespace System.Reflection.Emit { public enum FlowControl { Branch, Break, Call, Cond_Branch, Meta, Next, [Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")] Phi, Return, Throw } }