3 references to UnaryMinus
System.Data.Entity (3)
System\Data\Query\InternalTrees\Dump.cs (1)
993case OpType.UnaryMinus:
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
736if (OpType.UnaryMinus == op.OpType)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
229opMap[DbExpressionKind.UnaryMinus] = OpType.UnaryMinus;