1 write to LoadedImageBase
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\ReadyToRunInfo.cs (1)
43LoadedImageBase = target.ReadPointerField(address, type, nameof(LoadedImageBase));
3 references to LoadedImageBase
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (1)
322ulong exceptionLookupTableAddr = section.VirtualAddress + r2rInfo.LoadedImageBase;
Contracts\StackWalk\GC\GcScanner.cs (1)
259ulong imageBase = r2rInfo.LoadedImageBase.Value;
Data\ReadyToRunInfo.cs (1)
43LoadedImageBase = target.ReadPointerField(address, type, nameof(LoadedImageBase));