Base:
method
IsSubclassOf
System.Type.IsSubclassOf(System.Type)
4 references to IsSubclassOf
mscorlib (4)
system\reflection\customattribute.cs (1)
2175return type == (RuntimeType)typeof(SecurityAttribute) || type.IsSubclassOf(typeof(SecurityAttribute));
system\rttype.cs (2)
2023if (reflectedType != declaredType && !reflectedType.IsSubclassOf(declaredType)) 3980return IsSubclassOf(typeof(ValueType));
system\typedreference.cs (1)
51if (targetType != field.GetDeclaringTypeInternal() && !targetType.IsSubclassOf(field.GetDeclaringTypeInternal()))