3 references to Multiply
System.Data.Entity (3)
System\Data\Query\InternalTrees\Dump.cs (1)
937case OpType.Multiply:
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
768case OpType.Multiply:
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
226opMap[DbExpressionKind.Multiply] = OpType.Multiply;