5 references to IsOrderComparableTo
System.Data.Entity (5)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (2)
925order = TypeSemantics.IsOrderComparableTo(left.ResultType, right.ResultType); 934order = TypeSemantics.IsOrderComparableTo(left.ResultType, right.ResultType);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (3)
2138if (!TypeSemantics.IsOrderComparableTo(compArgs.Left.ResultType, compArgs.Right.ResultType)) 5225if (!TypeSemantics.IsOrderComparableTo(limitsExpr.Left.ResultType, limitsExpr.Right.ResultType)) 5242if (!TypeSemantics.IsOrderComparableTo(valueExpr.ResultType, rangeCommonType))