4 instantiations of Pair
System.Data.Entity (4)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (4)
596return new Pair<DbExpression, DbExpression>(leftExpr, rightExpr); 2087return new Pair<DbExpression, DbExpression>(leftExpr, rightExpr); 2261return new Pair<DbExpression, DbExpression>(leftExpr, rightExpr); 2304return new Pair<DbExpression, DbExpression>(leftExpr, rightExpr);
34 references to Pair
System.Data.Entity (34)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (34)
571private static Pair<DbExpression, DbExpression> ConvertValueExpressionsWithUntypedNulls(AST.Node leftAst, 1982private static Pair<DbExpression, DbExpression> ConvertArithmeticArgs(AST.BuiltInExpr astBuiltInExpr, SemanticResolver sr) 1984var operands = ConvertValueExpressionsWithUntypedNulls( 2019private static Pair<DbExpression, DbExpression> ConvertPlusOperands(AST.BuiltInExpr astBuiltInExpr, SemanticResolver sr) 2021var operands = ConvertValueExpressionsWithUntypedNulls( 2053private static Pair<DbExpression, DbExpression> ConvertLogicalArgs(AST.BuiltInExpr astBuiltInExpr, SemanticResolver sr) 2096private static Pair<DbExpression, DbExpression> ConvertEqualCompArgs(AST.BuiltInExpr astBuiltInExpr, SemanticResolver sr) 2101Pair<DbExpression, DbExpression> compArgs = ConvertValueExpressionsWithUntypedNulls( 2126private static Pair<DbExpression, DbExpression> ConvertOrderCompArgs(AST.BuiltInExpr astBuiltInExpr, SemanticResolver sr) 2128Pair<DbExpression, DbExpression> compArgs = ConvertValueExpressionsWithUntypedNulls( 2153private static Pair<DbExpression, DbExpression> ConvertSetArgs(AST.BuiltInExpr astBuiltInExpr, SemanticResolver sr) 2271private static Pair<DbExpression, DbExpression> ConvertInExprArgs(AST.BuiltInExpr astBuiltInExpr, SemanticResolver sr) 4385Pair<DbExpression, DbExpression> args = ConvertPlusOperands(bltInExpr, sr); 4430Pair<DbExpression, DbExpression> args = ConvertArithmeticArgs(bltInExpr, sr); 4442Pair<DbExpression, DbExpression> args = ConvertArithmeticArgs(bltInExpr, sr); 4454Pair<DbExpression, DbExpression> args = ConvertArithmeticArgs(bltInExpr, sr); 4466Pair<DbExpression, DbExpression> args = ConvertArithmeticArgs(bltInExpr, sr); 4514Pair<DbExpression, DbExpression> args = SemanticAnalyzer.ConvertLogicalArgs(bltInExpr, sr); 4527Pair<DbExpression, DbExpression> args = SemanticAnalyzer.ConvertLogicalArgs(bltInExpr, sr); 4554Pair<DbExpression, DbExpression> args = ConvertEqualCompArgs(bltInExpr, sr); 4566Pair<DbExpression, DbExpression> args = ConvertEqualCompArgs(bltInExpr, sr); 4580Pair<DbExpression, DbExpression> args = ConvertOrderCompArgs(bltInExpr, sr); 4592Pair<DbExpression, DbExpression> args = ConvertOrderCompArgs(bltInExpr, sr); 4604Pair<DbExpression, DbExpression> args = ConvertOrderCompArgs(bltInExpr, sr); 4616Pair<DbExpression, DbExpression> args = ConvertOrderCompArgs(bltInExpr, sr); 4634Pair<DbExpression, DbExpression> args = ConvertSetArgs(bltInExpr, sr); 4646Pair<DbExpression, DbExpression> args = ConvertSetArgs(bltInExpr, sr); 4658Pair<DbExpression, DbExpression> args = ConvertSetArgs(bltInExpr, sr); 4670Pair<DbExpression, DbExpression> args = ConvertSetArgs(bltInExpr, sr); 4702Pair<DbExpression, DbExpression> args = ConvertSetArgs(bltInExpr, sr); 4752Pair<DbExpression, DbExpression> args = ConvertInExprArgs(bltInExpr, sr); 4790Pair<DbExpression, DbExpression> args = ConvertInExprArgs(bltInExpr, sr); 4825Pair<DbExpression, DbExpression> args = ConvertSetArgs(bltInExpr, sr); 5206Pair<DbExpression, DbExpression> limitsExpr = ConvertValueExpressionsWithUntypedNulls(