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