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

Microsoft.CSharp.RuntimeBinder.Semantics.EventSymbol

namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal class EventSymbol : Symbol { public EventInfo AssociatedEventInfo; public new bool isStatic; public bool isOverride; public CType type; public MethodSymbol methAdd; public MethodSymbol methRemove; public AggregateDeclaration declaration; public bool IsWindowsRuntimeEvent { get; set; } public AggregateDeclaration containingDeclaration(); public EventSymbol(); } }