Microsoft.CSharp.RuntimeBinder.CSharpSetMemberBinder
namespace Microsoft.CSharp.RuntimeBinder
{
internal sealed class CSharpSetMemberBinder : SetMemberBinder, 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 CSharpSetMemberBinder(string name, bool isCompoundAssignment, bool isChecked, Type callingContext, IEnumerable<CSharpArgumentInfo> argumentInfo);
public int GetGetBinderEquivalenceHash();
public bool IsEquivalentTo(ICSharpBinder other);
string get_Name();
}
}