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