6 references to ToClrDataAddress
Microsoft.Diagnostics.DataContractReader.Legacy (6)
ClrDataMethodInstance.cs (2)
567throw 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)."); 577ClrDataAddress startAddress = code.ToClrDataAddress(_target);
SOSDacImpl.cs (4)
3113*value = rts.GetSlot(methodTableHandle, slot).ToClrDataAddress(_target); 3127*value = rts.GetMethodEntryPointIfExists(mdHandle).ToClrDataAddress(_target); 7080methodData.Entrypoint = _rts.GetSlot(_methodTable, i).ToClrDataAddress(_target); 7094methodData.Entrypoint = _rts.GetMethodEntryPointIfExists(mdh).ToClrDataAddress(_target);