13 references to GetBaseType
mscorlib (13)
system\rttype.cs (13)
685declaringType = declaringType.GetBaseType(); 862declaringType = declaringType.GetBaseType(); 1181declaringType = declaringType.GetBaseType(); 1240declaringType = declaringType.GetBaseType(); 1335declaringType = declaringType.GetBaseType(); 1787for (RuntimeType t = m_runtimeType; t != null; t = t.GetBaseType()) 2071baseType = baseType.GetBaseType(); 2781rt = rt.GetBaseType(); 3686RuntimeType baseType = GetBaseType(); 3693baseType = baseType.GetBaseType(); 3774return GetBaseType(); 3969return GetBaseType() == typeof(System.MulticastDelegate); 3988return GetBaseType() == RuntimeType.EnumType;