5 references to SectionInfo
ILCompiler.ReadyToRun (5)
IBC\IBCDataReader.cs (5)
208Dictionary<SectionFormat, SectionInfo> ReadSectionTable(out long highestValidOffset) 211var result = new Dictionary<SectionFormat, SectionInfo>(); 216SectionInfo sectionInfo; 639private void IfPresent(Dictionary<SectionFormat, SectionInfo> sectionTable, SectionFormat section, Action f) 643SectionInfo info = sectionTable[section];