1 implementation of GetSlot
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2168
TargetCodePointer IRuntimeTypeSystem.
GetSlot
(ITypeHandle typeHandle, uint slot)
2 references to GetSlot
Microsoft.Diagnostics.DataContractReader.Legacy (2)
SOSDacImpl.cs (2)
3024
*value = rts.
GetSlot
(methodTableHandle, slot).ToClrDataAddress(_target);
6918
methodData.Entrypoint = _rts.
GetSlot
(_methodTable, i).ToClrDataAddress(_target);