6 references to ImportTable
AssemblyStripper (6)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Binary\ImageReader.cs (3)
369 if (m_image.ImportTable.ImportLookupTable == RVA.Zero) 372 SetPositionToAddress (m_image.ImportTable.ImportLookupTable); 392 SetPositionToAddress (m_image.ImportTable.Name);
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Binary\ImageWriter.cs (3)
180 img.ImportTable.ImportLookupTable = new RVA ((uint) importTable + 0x28); 183 new RVA ((uint) img.ImportTable.ImportLookupTable + 0x14); 184 img.ImportTable.Name = new RVA ((uint) img.ImportLookupTable.HintNameRVA + 0xe);