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

Microsoft.CSharp.RuntimeBinder.Semantics.EXPRUNARYOP

class EXPRUNARYOP : EXPR
namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal class EXPRUNARYOP : EXPR { public EXPR Child; public EXPR OptionalUserDefinedCall; public MethWithInst predefinedMethodToCall; public MethPropWithInst UserDefinedCallMethod; public EXPRUNARYOP(); } }