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