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