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