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