4 references to LoadedImageBase
Microsoft.Diagnostics.DataContractReader.Contracts (4)
_generated\171\Microsoft_Diagnostics_DataContractReader_Data.ReadyToRunInfo.g.cs (1)
389
_ =
LoadedImageBase
;
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (1)
323
ulong exceptionLookupTableAddr = section.VirtualAddress + r2rInfo.
LoadedImageBase
;
Contracts\StackWalk\Context\Wasm\WasmR2RInfo.cs (1)
102
unwindDataAddress = new TargetPointer(r2rInfo.
LoadedImageBase
.Value + runtimeFunction.UnwindData);
Contracts\StackWalk\GC\GcScanner.cs (1)
279
ulong imageBase = r2rInfo.
LoadedImageBase
.Value;