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); 6913methodData.Entrypoint = _rts.GetSlot(_methodTable, i).ToClrDataAddress(_target); 6927methodData.Entrypoint = _rts.GetMethodEntryPointIfExists(mdh).ToClrDataAddress(_target);