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)
39
if (targetType != field.GetDeclaringTypeInternal() && !targetType.
IsSubclassOf
(field.GetDeclaringTypeInternal()))
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
1814
if (caType.
IsSubclassOf
(typeof(Attribute)))
src\System\RuntimeType.CoreCLR.cs (3)
1813
if (reflectedType != declaredType && !reflectedType.
IsSubclassOf
(declaredType))
3406
return
IsSubclassOf
(typeof(ValueType));
3434
return
IsSubclassOf
(typeof(Enum));