4 references to Value
System.Data.Entity (4)
System\Data\Common\EntitySql\CqlParser.cs (1)
2171yyval = new SelectClause(ToNodeList<AliasedExpr>(val_peek(0)), SelectKind.Value, (DistinctKind)val_peek(2), (Node)val_peek(1), EndMethodExprCounting());
System\Data\Common\EntitySql\SemanticAnalyzer.cs (3)
2859if (selectClause.SelectKind == AST.SelectKind.Value) 2920if (selectClause.SelectKind == AST.SelectKind.Value) 4132if (selectClause.SelectKind == AST.SelectKind.Value)