1 instantiation of SectionInfo
ILCompiler.Compiler (1)
Compiler\ObjectWriter\Dwarf\DwarfBuilder.cs (1)
498_sections.Add(new SectionInfo(sectionSymbolName, size));
3 references to SectionInfo
ILCompiler.Compiler (3)
Compiler\ObjectWriter\Dwarf\DwarfBuilder.cs (3)
36private readonly List<SectionInfo> _sections = new(); 179foreach (var sectionInfo in _sections) 250foreach (var sectionInfo in _sections)