3 references to Lambda
System.Data.Entity (3)
System\Data\Common\CommandTrees\AbstractExpressions.cs (1)
718
if ((kind < DbExpressionKind.All) || (DbExpressionKind.
Lambda
< kind))
System\Data\Common\CommandTrees\ValueExpressions.cs (1)
326
: base(DbExpressionKind.
Lambda
, resultType)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
385
case DbExpressionKind.
Lambda
: