8 references to Multiply
System.Data.Entity (8)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
578
case DbExpressionKind.
Multiply
:
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (1)
792
return CreateArithmetic(DbExpressionKind.
Multiply
, left, right);
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
67
names[(int)DbExpressionKind.
Multiply
] = "*";
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
223
opMap[DbExpressionKind.
Multiply
] = "*";
System\Data\Common\CommandTrees\OperatorExpressions.cs (1)
131
DbExpressionKind.
Multiply
== kind ||
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
226
opMap[DbExpressionKind.
Multiply
] = OpType.Multiply;
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
640
case DbExpressionKind.
Multiply
:
2749
kind != DbExpressionKind.
Multiply
)