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

Microsoft.CSharp.RuntimeBinder.CSharpIsEventBinder

namespace Microsoft.CSharp.RuntimeBinder { internal sealed class CSharpIsEventBinder : DynamicMetaObjectBinder, ICSharpBinder { public BindingFlag BindingFlags { get; } public bool IsBinderThatCanHaveRefReceiver { get; } public string Name { get; } public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals); public void PopulateSymbolTableWithName(Type callingType, ArgumentObject[] arguments); public CSharpIsEventBinder(string name, Type callingContext); public int GetGetBinderEquivalenceHash(); public bool IsEquivalentTo(ICSharpBinder other); } }