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