193 for (
int i = 0; i <
count; i++)
static void RequiresNotNull(object value, string paramName)
static void ValidateArgumentCount(MethodBase method, ExpressionType nodeKind, int count, ParameterInfo[] pis)
static void RequiresCanRead(Expression expression, string paramName)
static void ValidateArgumentTypes(MethodBase method, ExpressionType nodeKind, ref ReadOnlyCollection< Expression > arguments, string methodParamName)
static Expression ValidateOneArgument(MethodBase method, ExpressionType nodeKind, Expression arguments, ParameterInfo pi, string methodParamName, string argumentParamName, int index=-1)
static void ValidateType(Type type, string paramName)
static TypeInfo NextTypeInfo(Type initialArg)
static Type MakeCallSiteDelegate(ReadOnlyCollection< Expression > types, Type returnType)
static TypeInfo GetNextTypeInfo(Type initialArg, TypeInfo curTypeInfo)
static DynamicExpression Make(Type returnType, Type delegateType, CallSiteBinder binder, ReadOnlyCollection< Expression > arguments)
static Exception ArgumentTypeCannotBeVoid()
static Exception FirstArgumentMustBeCallSite()
static Exception TypeMustBeDerivedFromSystemDelegate()
static DynamicExpression Dynamic(CallSiteBinder binder, Type returnType, Expression arg0)
static DynamicExpression Dynamic(CallSiteBinder binder, Type returnType, Expression arg0, Expression arg1)
static DynamicExpression Dynamic(CallSiteBinder binder, Type returnType, params Expression[] arguments)
static DynamicExpression MakeDynamic(Type delegateType, CallSiteBinder binder, Expression arg0, Expression arg1, Expression arg2, Expression arg3)
static DynamicExpression MakeDynamic(Type delegateType, CallSiteBinder binder, Expression arg0)
static DynamicExpression MakeDynamic(Type delegateType, CallSiteBinder binder, params Expression[] arguments)
static void ValidateDynamicArgument(Expression arg, string paramName)
static DynamicExpression Dynamic(CallSiteBinder binder, Type returnType, Expression arg0, Expression arg1, Expression arg2)
static DynamicExpression Dynamic(CallSiteBinder binder, Type returnType, Expression arg0, Expression arg1, Expression arg2, Expression arg3)
static DynamicExpression Dynamic(CallSiteBinder binder, Type returnType, IEnumerable< Expression > arguments)
static DynamicExpression MakeDynamic(Type delegateType, CallSiteBinder binder, Expression arg0, Expression arg1)
static DynamicExpression MakeDynamic(Type delegateType, CallSiteBinder binder, IEnumerable< Expression > arguments)
static MethodInfo GetValidMethodForDynamic(Type delegateType)
static void ValidateDynamicArgument(Expression arg, string paramName, int index)
static DynamicExpression MakeDynamic(CallSiteBinder binder, Type returnType, ReadOnlyCollection< Expression > arguments)
static DynamicExpression MakeDynamic(Type delegateType, CallSiteBinder binder, Expression arg0, Expression arg1, Expression arg2)