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)
1587Debug.Assert(slotNum < GetNumVtableSlots(typeHandle), "Slot number is greater than the number of slots"); 1598Debug.Assert(mt.NumVirtuals < GetNumVtableSlots(typeHandle), "Method table does not have non-virtual slots"); 1749if (slot < GetNumVtableSlots(canonMT)) 1776if (slot >= GetNumVtableSlots(canonMT)) 1828if (slot < GetNumVtableSlots(typeHandle)) 1983return slot < GetNumVtableSlots(typeHandle);