Base:
property
BaseType
System.Type.BaseType
2 references to BaseType
System.Private.CoreLib (2)
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))