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