3 references to IsEqualComparableTo
System.Data.Entity (3)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (2)
924equality = TypeSemantics.IsEqualComparableTo(left.ResultType, right.ResultType); 930equality = TypeSemantics.IsEqualComparableTo(left.ResultType, right.ResultType);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
2111if (!TypeSemantics.IsEqualComparableTo(compArgs.Left.ResultType, compArgs.Right.ResultType))