15 references to ReadRVA
AssemblyStripper (15)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Binary\ImageReader.cs (15)
168 return new DataDirectory (ReadRVA (), m_binaryReader.ReadUInt32 ()); 204 header.EntryPointRVA = ReadRVA (); 205 header.BaseOfCode = ReadRVA (); 207 header.BaseOfData = ReadRVA (); 258 sect.VirtualAddress = ReadRVA (); 260 sect.PointerToRawData = ReadRVA (); 261 sect.PointerToRelocations = ReadRVA (); 262 sect.PointerToLineNumbers = ReadRVA (); 280 iat.HintNameTableRVA = ReadRVA (); 328 header.AddressOfRawData = ReadRVA (); 360 it.ImportLookupTable = ReadRVA (); 363 it.Name = ReadRVA (); 364 it.ImportAddressTable = ReadRVA (); 374 ilt.HintNameRVA = ReadRVA (); 399 hnt.RVA = ReadRVA ();