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