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