10 references to IsSubTypeOf
System.Data.Entity (10)
System\Data\Common\CommandTrees\ValueExpressions.cs (1)
602
if (!endType.EdmEquals(targetType) && !TypeSemantics.
IsSubTypeOf
(targetType, endType))
System\Data\Common\Internal\Materialization\Shaper.cs (1)
680
TypeSemantics.
IsSubTypeOf
(entityTypeUsage.EdmType, expectedSourceType))
System\Data\Objects\DataClasses\RelatedEnd.cs (1)
399
!TypeSemantics.
IsSubTypeOf
(targetEntitySet.ElementType, targetEntityType))
System\Data\Objects\Internal\ObjectSpanRewriter.cs (2)
702
TypeSemantics.
IsSubTypeOf
(compareType, fromEntityType) ||
703
TypeSemantics.
IsSubTypeOf
(fromEntityType, compareType));
System\Data\Query\PlanCompiler\PreProcessor.cs (5)
88
if (TypeSemantics.
IsSubTypeOf
(RootEntityType, neededRootEntityType))
95
if (!TypeSemantics.
IsSubTypeOf
(neededRootEntityType, RootEntityType))
282
TypeSemantics.
IsSubTypeOf
(entityType.EdmType, set.ElementType) ||
283
TypeSemantics.
IsSubTypeOf
(set.ElementType, entityType.EdmType)))
314
TypeSemantics.
IsSubTypeOf
(entitySet.ElementType, typeFilter.IsOfType.EdmType))