2 references to MultiplyChecked
System.Core (2)
Microsoft\Scripting\Ast\BinaryExpression.cs (2)
869
return
MultiplyChecked
(left, right, method);
2075
return
MultiplyChecked
(left, right, null);