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