Base:
method
IsSubclassOf
System.Type.IsSubclassOf(System.Type)
4 references to IsSubclassOf
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\TypedReference.cs (1)
39if (targetType != field.GetDeclaringTypeInternal() && !targetType.IsSubclassOf(field.GetDeclaringTypeInternal()))
src\System\RuntimeType.CoreCLR.cs (3)
1813if (reflectedType != declaredType && !reflectedType.IsSubclassOf(declaredType)) 3406return IsSubclassOf(typeof(ValueType)); 3434return IsSubclassOf(typeof(Enum));