7 references to VirtualAddress
Microsoft.Diagnostics.DataContractReader.Contracts (7)
_generated\98\Microsoft_Diagnostics_DataContractReader_Data.ImageDataDirectory.g.cs (1)
89
_ =
VirtualAddress
;
Contracts\EcmaMetadata_1.cs (1)
93
TargetPointer metadataAddress = loader.GetILAddr(module.PEAssembly, checked((int)metadataDirectory.
VirtualAddress
));
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (5)
132
new TargetStream(Target, imageBase, debugInfoData.
VirtualAddress
+ debugInfoData.Size),
135
ILCompiler.Reflection.ReadyToRun.NativeArray debugInfoArray = new(imageReader, debugInfoData.
VirtualAddress
);
266
return thunksData.
VirtualAddress
<= rva && rva < thunksData.
VirtualAddress
+ thunksData.Size;
323
ulong exceptionLookupTableAddr = section.
VirtualAddress
+ r2rInfo.LoadedImageBase;