4 references to ToClrDataAddress
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
3012
*value = rts.GetSlot(methodTableHandle, slot).
ToClrDataAddress
(_target);
3026
*value = rts.GetMethodEntryPointIfExists(mdHandle).
ToClrDataAddress
(_target);
6895
methodData.Entrypoint = _rts.GetSlot(_methodTable, i).
ToClrDataAddress
(_target);
6909
methodData.Entrypoint = _rts.GetMethodEntryPointIfExists(mdh).
ToClrDataAddress
(_target);