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)
1578Debug.Assert(slotNum < GetNumVtableSlots(typeHandle), "Slot number is greater than the number of slots"); 1589Debug.Assert(mt.NumVirtuals < GetNumVtableSlots(typeHandle), "Method table does not have non-virtual slots"); 1740if (slot < GetNumVtableSlots(canonMT)) 1767if (slot >= GetNumVtableSlots(canonMT)) 1819if (slot < GetNumVtableSlots(typeHandle)) 1974return slot < GetNumVtableSlots(typeHandle);