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