2 references to CreateArithmeticOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\OpCopier.cs (1)
535return CopyDefault(m_destCmd.CreateArithmeticOp(op.OpType, op.Type), n);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
1507Op op = _iqtCommand.CreateArithmeticOp(s_opMap[e.ExpressionKind], e.ResultType);