1 implementation of GetNumVtableSlots
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
660public ushort GetNumVtableSlots(TypeHandle typeHandle)
2 references to GetNumVtableSlots
Microsoft.Diagnostics.DataContractReader.Legacy (2)
SOSDacImpl.cs (2)
3030ushort vtableSlots = rts.GetNumVtableSlots(methodTableHandle); 6884ushort numVtableSlots = _rts.GetNumVtableSlots(_methodTable);