System.Runtime.CompilerServices.CallSite
namespace System.Runtime.CompilerServices
{
public class CallSite
{
public CallSiteBinder Binder { get; }
public static CallSite Create(Type delegateType, CallSiteBinder binder);
}
}