2 references to DbLambda
System.Data.Entity (2)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (1)
234return new DbLambda(validVars, body);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
3914DbLambda gpExpressionLambda = new DbLambda(gpExpressionLambdaVariables, ((GroupPartitionInfo)groupAggregateInfo).AggregateDefinition);