<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />

UnaOpFuncKind

namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal enum UnaOpFuncKind { BoolUnaOp, DecUnaOp, EnumUnaOp, IntUnaOp, RealUnaOp, LiftedIncOpCore, None } }