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)
323ulong exceptionLookupTableAddr = section.VirtualAddress + r2rInfo.LoadedImageBase;
Contracts\StackWalk\Context\Wasm\WasmR2RInfo.cs (1)
102unwindDataAddress = new TargetPointer(r2rInfo.LoadedImageBase.Value + runtimeFunction.UnwindData);
Contracts\StackWalk\GC\GcScanner.cs (1)
279ulong imageBase = r2rInfo.LoadedImageBase.Value;