<PackageReference Include="Microsoft.CSharp" Version="4.6.0-preview8.19405.3" />

Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags

public enum CSharpBinderFlags
namespace Microsoft.CSharp.RuntimeBinder { public enum CSharpBinderFlags { None = 0, CheckedContext = 1, InvokeSimpleName = 2, InvokeSpecialName = 4, BinaryOperationLogical = 8, ConvertExplicit = 16, ConvertArrayIndex = 32, ResultIndexed = 64, ValueFromCompoundAssignment = 128, ResultDiscarded = 256 } }