8 references to ValidateParamsWithOperandsOrThrow
System.Linq.Expressions (8)
System\Linq\Expressions\BinaryExpression.cs (6)
640
ValidateParamsWithOperandsOrThrow
(pms[0].ParameterType, left.Type, binaryType, method.Name);
641
ValidateParamsWithOperandsOrThrow
(pms[1].ParameterType, right.Type, binaryType, method.Name);
688
ValidateParamsWithOperandsOrThrow
(pis[0].ParameterType, left.Type, binaryType, name);
689
ValidateParamsWithOperandsOrThrow
(pis[1].ParameterType, right.Type, binaryType, name);
2769
ValidateParamsWithOperandsOrThrow
(pis[0].ParameterType, left.Type, ExpressionType.Power, name);
2770
ValidateParamsWithOperandsOrThrow
(pis[1].ParameterType, right.Type, ExpressionType.Power, name);
System\Linq\Expressions\UnaryExpression.cs (2)
349
ValidateParamsWithOperandsOrThrow
(u.Method!.GetParametersCached()[0].ParameterType, operand.Type, unaryType, name);
389
ValidateParamsWithOperandsOrThrow
(pms[0].ParameterType, operand.Type, unaryType, method.Name);