2 implementations of GetAddressOfMethodTableSlot
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\RuntimeTypeSystem_1.cs (1)
1965
public TargetPointer
GetAddressOfMethodTableSlot
(TargetPointer methodTablePointer, uint slot)
RuntimeTypeSystemHelpers\MethodValidation.cs (1)
24
public TargetPointer
GetAddressOfMethodTableSlot
(TargetPointer methodTablePointer, uint slot) => throw new NotImplementedException();
1 reference to GetAddressOfMethodTableSlot
Microsoft.Diagnostics.DataContractReader.Contracts (1)
RuntimeTypeSystemHelpers\MethodValidation.cs (1)
170
TargetPointer addrOfSlot = _methodTableQueries.
GetAddressOfMethodTableSlot
(methodTablePointer, umd.Slot);