Implemented interface member:
method
GetNumVtableSlots
Microsoft.Diagnostics.DataContractReader.Contracts.IRuntimeTypeSystem.GetNumVtableSlots(Microsoft.Diagnostics.DataContractReader.Contracts.TypeHandle)
6 references to GetNumVtableSlots
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\RuntimeTypeSystem_1.cs (6)
1629Debug.Assert(slotNum < GetNumVtableSlots(typeHandle), "Slot number is greater than the number of slots"); 1640Debug.Assert(mt.NumVirtuals < GetNumVtableSlots(typeHandle), "Method table does not have non-virtual slots"); 1791if (slot < GetNumVtableSlots(canonMT)) 1818if (slot >= GetNumVtableSlots(canonMT)) 1870if (slot < GetNumVtableSlots(typeHandle)) 2031return slot < GetNumVtableSlots(typeHandle);