2 references to BaseType
System.Private.CoreLib (2)
Internal\Runtime\Augments\RuntimeAugments.cs (1)
426
baseTypeHandle = new RuntimeTypeHandle(eeType->
BaseType
);
System\Runtime\InteropServices\PInvokeMarshal.cs (1)
234
if (delegateType.ToMethodTable()->
BaseType
!= MethodTable.Of<MulticastDelegate>())