3 references to BaseType
System.Private.CoreLib (3)
System\Reflection\Runtime\BindingFlagSupport\QueriedMemberList.cs (1)
148type = type.BaseType?.ToRuntimeTypeInfo()!;
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.GetMember.cs (1)
129runtimeType = runtimeType.BaseType?.ToRuntimeTypeInfo();
System\RuntimeType.NativeAot.cs (1)
353return GetRuntimeTypeInfo().BaseType;