Implemented interface member:
method
GetNumVtableSlots
Microsoft.Diagnostics.DataContractReader.Contracts.IRuntimeTypeSystem.GetNumVtableSlots(Microsoft.Diagnostics.DataContractReader.Contracts.ITypeHandle)
6 references to GetNumVtableSlots
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\RuntimeTypeSystem_1.cs (6)
1911Debug.Assert(slotNum < GetNumVtableSlots(typeHandle), "Slot number is greater than the number of slots"); 1922Debug.Assert(mt.NumVirtuals < GetNumVtableSlots(typeHandle), "Method table does not have non-virtual slots"); 2093if (slot < GetNumVtableSlots(canonMT)) 2120if (slot >= GetNumVtableSlots(canonMT)) 2172if (slot < GetNumVtableSlots(typeHandle)) 2349return slot < GetNumVtableSlots(typeHandle);