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