17 references to Project
System.Data.Entity (17)
System\Data\Common\CommandTrees\Internal\PatternMatchRules.cs (1)
279return (e => { if (e.ExpressionKind != DbExpressionKind.Project) { return false; } else { DbProjectExpression projectEx = (DbProjectExpression)e; return inputPattern(projectEx.Input.Expression) && projectionPattern(projectEx.Projection); } });
System\Data\Common\CommandTrees\RelationalExpressions.cs (1)
477: base(DbExpressionKind.Project, resultType)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
3952if (lambdaBody.ExpressionKind != DbExpressionKind.Project)
System\Data\Mapping\ViewGeneration\DiscriminatorMap.cs (1)
79if (queryView.ExpressionKind != DbExpressionKind.Project) { return false; }
System\Data\Mapping\ViewValidator.cs (1)
105case DbExpressionKind.Project:
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
849if (input.ExpressionKind == DbExpressionKind.Project && !TryGetSpan(input, out span))
System\Data\Objects\ELinq\MethodCallTranslator.cs (3)
2625if (crossApply.Apply.Expression.ExpressionKind != DbExpressionKind.Project) 2922if (cqtExpression.ExpressionKind != DbExpressionKind.Project) 2952if (project.Input.Expression.ExpressionKind != DbExpressionKind.Project)
System\Data\Objects\ELinq\OrderByLifter.cs (2)
106if (source.ExpressionKind == DbExpressionKind.Project) 148if (limitInput.ExpressionKind == DbExpressionKind.Project)
System\Data\Objects\Internal\ObjectSpanRewriter.cs (2)
463if (DbExpressionKind.Project == expression.ExpressionKind) 789case DbExpressionKind.Project:
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
275PlanCompiler.Assert(ctree.Query.ExpressionKind == DbExpressionKind.Project, 1946case DbExpressionKind.Project:
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
3998case DbExpressionKind.Project: 4085case DbExpressionKind.Project: