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