static ReadOnlyCollection< ParameterExpression > ReturnReadOnly(IParameterProvider provider, ref object collection)
override ReadOnlyCollection< Expression > GetOrMakeArguments()
IReadOnlyList< Expression > _arguments
DynamicExpressionN(Type delegateType, CallSiteBinder binder, IReadOnlyList< Expression > arguments)
override bool SameArguments(ICollection< Expression > arguments)
override DynamicExpression Rewrite(Expression[] args)
static DynamicExpression MakeDynamic(Type delegateType, CallSiteBinder binder, params Expression[] arguments)
Expression GetArgument(int index)