4 references to ToClrDataAddress
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
3017
*value = rts.GetSlot(methodTableHandle, slot).
ToClrDataAddress
(_target);
3031
*value = rts.GetMethodEntryPointIfExists(mdHandle).
ToClrDataAddress
(_target);
6905
methodData.Entrypoint = _rts.GetSlot(_methodTable, i).
ToClrDataAddress
(_target);
6919
methodData.Entrypoint = _rts.GetMethodEntryPointIfExists(mdh).
ToClrDataAddress
(_target);