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