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