7 references to IsPolymorphicType
System.Data.Entity (7)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (1)
36if (!TypeSemantics.IsPolymorphicType(type))
System\Data\Common\EntitySql\SemanticAnalyzer.cs (4)
4921if (!TypeSemantics.IsPolymorphicType(exprToFilter.ResultType)) 4926if (!TypeSemantics.IsPolymorphicType(typeToFilterTo)) 5003if (!TypeSemantics.IsPolymorphicType(exprToTreat.ResultType)) 5008if (!TypeSemantics.IsPolymorphicType(typeToTreatTo))
System\Data\Metadata\TypeSemantics.cs (2)
301if (!IsPolymorphicType(fromType) || !IsPolymorphicType(toType))