<PackageReference Include="System.Dynamic.Runtime" Version="4.0.11-beta-23409" />

CallSite

public class CallSite
A dynamic call site base class. This type is used as a parameter type to the dynamic site targets.
public CallSiteBinder Binder { get; }

Class responsible for binding dynamic operations on the dynamic site.

public static CallSite Create(Type delegateType, CallSiteBinder binder)

Creates a call site with the given delegate type and binder.