6 references to ValidateParamswithOperandsOrThrow
System.Core (6)
Microsoft\Scripting\Ast\BinaryExpression.cs (4)
621ValidateParamswithOperandsOrThrow(pms[0].ParameterType, left.Type, binaryType, method.Name); 622ValidateParamswithOperandsOrThrow(pms[1].ParameterType, right.Type, binaryType, method.Name); 660ValidateParamswithOperandsOrThrow(pis[0].ParameterType, left.Type, binaryType, name); 661ValidateParamswithOperandsOrThrow(pis[1].ParameterType, right.Type, binaryType, name);
Microsoft\Scripting\Ast\UnaryExpression.cs (2)
367ValidateParamswithOperandsOrThrow(u.Method.GetParametersCached()[0].ParameterType, operand.Type, unaryType, name); 400ValidateParamswithOperandsOrThrow(pms[0].ParameterType, operand.Type, unaryType, method.Name);