7 references to IsStructurallyEqualOrPromotableTo
System.Data.Entity (7)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (1)
124
else if (!TypeSemantics.
IsStructurallyEqualOrPromotableTo
(from.ResultType.EdmType, endType.EdmType))
System\Data\Common\EntitySql\SemanticAnalyzer.cs (6)
1599
if (!TypeSemantics.
IsStructurallyEqualOrPromotableTo
(refType, toEnd.TypeUsage.EdmType))
1607
.Where (e => TypeSemantics.
IsStructurallyEqualOrPromotableTo
(refType, e.TypeUsage.EdmType) &&
1634
if (!TypeSemantics.
IsStructurallyEqualOrPromotableTo
(driverEntityType.GetReferenceType(), fromEnd.TypeUsage.EdmType))
1647
.Where(e => TypeSemantics.
IsStructurallyEqualOrPromotableTo
(driverEntityType.GetReferenceType(), e.TypeUsage.EdmType) &&
1734
if (!TypeSemantics.
IsStructurallyEqualOrPromotableTo
(sourceRefType, fromEnd.TypeUsage.EdmType))
1747
.Where (e => TypeSemantics.
IsStructurallyEqualOrPromotableTo
(sourceRefType, e.TypeUsage.EdmType) &&