13 references to IncorrectNumberOfMethodCallArguments
System.Linq.Expressions (13)
System\Dynamic\Utils\ExpressionUtils.cs (1)
147throw Error.IncorrectNumberOfMethodCallArguments(method, nameof(method));
System\Linq\Expressions\BinaryExpression.cs (5)
637throw Error.IncorrectNumberOfMethodCallArguments(method, nameof(method)); 804throw Error.IncorrectNumberOfMethodCallArguments(method, nameof(method)); 847throw Error.IncorrectNumberOfMethodCallArguments(opTrue, paramName); 1403throw Error.IncorrectNumberOfMethodCallArguments(conversion, nameof(conversion)); 1555throw Error.IncorrectNumberOfMethodCallArguments(conversion, nameof(conversion));
System\Linq\Expressions\IndexExpression.cs (2)
495throw Error.IncorrectNumberOfMethodCallArguments(method, paramName); 535throw Error.IncorrectNumberOfMethodCallArguments(method, paramName);
System\Linq\Expressions\MemberExpression.cs (2)
266throw Error.IncorrectNumberOfMethodCallArguments(mi, nameof(property)); 271throw Error.IncorrectNumberOfMethodCallArguments(mi, nameof(property));
System\Linq\Expressions\SwitchExpression.cs (1)
203throw Error.IncorrectNumberOfMethodCallArguments(comparison, nameof(comparison));
System\Linq\Expressions\UnaryExpression.cs (2)
386throw Error.IncorrectNumberOfMethodCallArguments(method, nameof(method)); 433throw Error.IncorrectNumberOfMethodCallArguments(method, nameof(method));