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