3 references to MultiplyChecked
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (1)
625
return Expression.
MultiplyChecked
(arg1, arg2, methodInfo);
System.Linq.Expressions (2)
System\Linq\Expressions\BinaryExpression.cs (2)
908
ExpressionType.MultiplyChecked =>
MultiplyChecked
(left, right, method),
2203
return
MultiplyChecked
(left, right, method: null);