Microsoft.CSharp.RuntimeBinder.CSharpInvokeBinder
namespace Microsoft.CSharp.RuntimeBinder
{
internal sealed class CSharpInvokeBinder : InvokeBinder, ICSharpInvokeOrInvokeMemberBinder, ICSharpBinder
{
public BindingFlag BindingFlags { get; }
public bool IsBinderThatCanHaveRefReceiver { get; }
public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals);
public void PopulateSymbolTableWithName(Type callingType, ArgumentObject[] arguments);
public CSharpInvokeBinder(CSharpCallFlags flags, Type callingContext, IEnumerable<CSharpArgumentInfo> argumentInfo);
public int GetGetBinderEquivalenceHash();
public bool IsEquivalentTo(ICSharpBinder other);
}
}