4 references to LE
System.Data.Entity (4)
System\Data\Query\InternalTrees\Dump.cs (1)
923case OpType.LE:
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
877case OpType.LE:
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
238opMap[DbExpressionKind.LessThanOrEquals] = OpType.LE;
System\Data\Query\PlanCompiler\Predicate.cs (1)
432case OpType.LE: