6 references to Distinct
System.Data.Entity (6)
System\Data\Query\InternalTrees\Dump.cs (1)
883case OpType.Distinct:
System\Data\Query\InternalTrees\RelOps.cs (1)
988private DistinctOp() : base(OpType.Distinct)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1233case OpType.Distinct:
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
230return optype == OpType.Distinct || 4417internal static readonly SimpleRule Rule_DistinctOpOfKeys = new SimpleRule(OpType.Distinct, ProcessDistinctOpOfKeys);
System\Data\Query\PlanCompiler\VarRefManager.cs (1)
126case OpType.Distinct: