4 references to Multiply
System.Data.Entity (4)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
579
result = CqtBuilder.
Multiply
(newArguments[0], newArguments[1]);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
4444
return args.Left.
Multiply
(args.Right);
System\Data\Objects\ELinq\Translator.cs (1)
1132
return left.
Multiply
(right);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
770
resultExpr = left.
Multiply
(right);