6 references to ToClrDataAddress
Microsoft.Diagnostics.DataContractReader.Legacy (6)
ClrDataMethodInstance.cs (2)
533
throw new InvalidOperationException($"No code block found for native code address {code.
ToClrDataAddress
(_target):x} (the address may be invalid or the corresponding module may not be loaded).");
543
ClrDataAddress startAddress = code.
ToClrDataAddress
(_target);
SOSDacImpl.cs (4)
3022
*value = rts.GetSlot(methodTableHandle, slot).
ToClrDataAddress
(_target);
3036
*value = rts.GetMethodEntryPointIfExists(mdHandle).
ToClrDataAddress
(_target);
6908
methodData.Entrypoint = _rts.GetSlot(_methodTable, i).
ToClrDataAddress
(_target);
6922
methodData.Entrypoint = _rts.GetMethodEntryPointIfExists(mdh).
ToClrDataAddress
(_target);