6 references to IsSubtypeOf
System.Data.Entity (6)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
4336return TypeSemantics.IsStructurallyEqual(type1, type2) || type1.IsSubtypeOf(type2) || type2.IsSubtypeOf(type1);
System\Data\Metadata\TypeSemantics.cs (1)
116return subType.IsSubtypeOf(superType);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (3)
1776if (otherRequiredType.IsSubtypeOf(this.requiredType)) 1781else if (this.requiredType.IsSubtypeOf(otherRequiredType)) 1813if (isOfOnlyType.IsSubtypeOf(isOfType))