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)
938type = (type.BaseType as RuntimeType)!; 949type = (type.BaseType as RuntimeType)!; 1131type = (type.BaseType as RuntimeType)!; 1323for (RuntimeType? type = attributeType; type != null; type = (RuntimeType?)type.BaseType)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (2)
1211if (rt.BaseType != typeof(MulticastDelegate) && rt != typeof(MulticastDelegate)) 1232if (rt.BaseType != typeof(MulticastDelegate) && rt != typeof(MulticastDelegate))