5 references to Distinct
System.Data.Entity (5)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
151if (aggregate.Distinct)
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
653if (fa.Distinct)
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
928if (funcAgg.Distinct)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2630_iqtCommand.CreateAggregateOp(funcAgg.Function, funcAgg.Distinct),
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
2675if ((null != fnAggr) && (fnAggr.Distinct))