7 references to TryGetCommonType
System.Data.Entity (7)
System\Data\Common\EntitySql\CqlErrorHelper.cs (2)
155
if (!TypeSemantics.
TryGetCommonType
(leftType, rightType, out commonType))
208
if (!TypeSemantics.
TryGetCommonType
(leftType, rightType, out commonType))
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
2194
if (!TypeSemantics.
TryGetCommonType
(leftElemType, rightElemType, out commonType))
System\Data\Metadata\TypeSemantics.cs (3)
275
if (TypeSemantics.
TryGetCommonType
(type1, type2, out commonType))
909
if (!
TryGetCommonType
(collectionType1.TypeUsage, collectionType2.TypeUsage, out commonTypeUsage))
946
if (!
TryGetCommonType
(rowType1.Properties[i].TypeUsage, rowType2.Properties[i].TypeUsage, out columnCommonTypeUsage))
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
1189
if (!TypeSemantics.
TryGetCommonType
(leftType, rightType, out commonType))