10 references to None
System.Data.Entity (10)
System\Data\Common\EntitySql\CqlParser.cs (7)
2178yyval = DistinctKind.None; 3173yyval = new MethodExpr((Node)val_peek(2), DistinctKind.None, null); 3194yyval = new MethodExpr((Identifier)val_peek(2), DistinctKind.None, null); 3338yyval = new MethodExpr((Node)val_peek(2), DistinctKind.None, null); 3345yyval = new MethodExpr((Node)val_peek(3), DistinctKind.None, ToNodeList<Node>(val_peek(1))); 3352yyval = new MethodExpr((Identifier)val_peek(2), DistinctKind.None, null); 3359yyval = new MethodExpr((Identifier)val_peek(3), DistinctKind.None, ToNodeList<Node>(val_peek(1)));
System\Data\Common\EntitySql\SemanticAnalyzer.cs (3)
918if (methodExpr.DistinctKind != AST.DistinctKind.None) 990if (methodExpr.DistinctKind != AST.DistinctKind.None) 1445if (methodExpr.DistinctKind != AST.DistinctKind.None)