3 references to ConvertLogicalArgs
System.Data.Entity (3)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (3)
4514
Pair<DbExpression, DbExpression> args = SemanticAnalyzer.
ConvertLogicalArgs
(bltInExpr, sr);
4527
Pair<DbExpression, DbExpression> args = SemanticAnalyzer.
ConvertLogicalArgs
(bltInExpr, sr);
4540
return
ConvertLogicalArgs
(bltInExpr, sr).Left.Not();