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