5 references to NumVtableSlots
System.Private.CoreLib (5)
Internal\Runtime\Augments\RuntimeAugments.cs (2)
78
Debug.Assert(MethodTable.Of<object>()->
NumVtableSlots
> 0);
79
if (mt->
NumVtableSlots
== 0)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\DispatchResolve.cs (2)
33
if (implSlotNumber < pCur->
NumVtableSlots
)
50
targetMethod = pCur->GetSealedVirtualSlot((ushort)(implSlotNumber - pCur->
NumVtableSlots
));
System\Array.NativeAot.cs (1)
161
Debug.Assert(eeType->
NumVtableSlots
!= 0, "Compiler enforces we never have unconstructed MTs for multi-dim arrays since those can be template-constructed anytime");