1 instantiation of ArithmeticOp
System.Data.Entity (1)
System\Data\Query\InternalTrees\Command.cs (1)
909return new ArithmeticOp(opType, type);
5 references to ArithmeticOp
System.Data.Entity (5)
System\Data\Query\InternalTrees\Command.cs (1)
907internal ArithmeticOp CreateArithmeticOp(OpType opType, TypeUsage type)
System\Data\Query\InternalTrees\OpCopier.cs (1)
533public override Node Visit(ArithmeticOp op, Node n)
System\Data\Query\InternalTrees\Visitors.cs (2)
360public virtual void Visit(ArithmeticOp op, Node n) 1322public virtual TResultType Visit(ArithmeticOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
730public override DbExpression Visit(ArithmeticOp op, Node n)