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