Base:
property
BaseType
System.Type.BaseType
6 references to BaseType
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (4)
938
type = (type.
BaseType
as RuntimeType)!;
949
type = (type.
BaseType
as RuntimeType)!;
1131
type = (type.
BaseType
as RuntimeType)!;
1323
for (RuntimeType? type = attributeType; type != null; type = (RuntimeType?)type.
BaseType
)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (2)
1211
if (rt.
BaseType
!= typeof(MulticastDelegate) && rt != typeof(MulticastDelegate))
1232
if (rt.
BaseType
!= typeof(MulticastDelegate) && rt != typeof(MulticastDelegate))