6 references to ToClrDataAddress
Microsoft.Diagnostics.DataContractReader.Legacy (6)
ClrDataMethodInstance.cs (2)
566throw 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)."); 576ClrDataAddress startAddress = code.ToClrDataAddress(_target);
SOSDacImpl.cs (4)
3132*value = rts.GetSlot(methodTableHandle, slot).ToClrDataAddress(_target); 3146*value = rts.GetMethodEntryPointIfExists(mdHandle).ToClrDataAddress(_target); 7107methodData.Entrypoint = _rts.GetSlot(_methodTable, i).ToClrDataAddress(_target); 7121methodData.Entrypoint = _rts.GetMethodEntryPointIfExists(mdh).ToClrDataAddress(_target);