4 references to ToClrDataAddress
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
3034
*value = rts.GetSlot(methodTableHandle, slot).
ToClrDataAddress
(_target);
3048
*value = rts.GetMethodEntryPointIfExists(mdHandle).
ToClrDataAddress
(_target);
6913
methodData.Entrypoint = _rts.GetSlot(_methodTable, i).
ToClrDataAddress
(_target);
6927
methodData.Entrypoint = _rts.GetMethodEntryPointIfExists(mdh).
ToClrDataAddress
(_target);