3 references to Lambda
System.Data.Entity (3)
System\Data\Common\CommandTrees\AbstractExpressions.cs (1)
718if ((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)
385case DbExpressionKind.Lambda: