1 instantiation of SectionDefinition
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
159_sections.Add(new SectionDefinition(sectionHeader, sectionStream, new List<CoffRelocation>(), comdatName, symbolName));
7 references to SectionDefinition
ILCompiler.ReadyToRun (7)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (4)
53protected readonly List<SectionDefinition> _sections = new(); 392foreach (SectionDefinition section in _sections) 424foreach (SectionDefinition section in _sections) 446foreach (SectionDefinition section in _sections)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (3)
456foreach (SectionDefinition section in _sections) 483foreach (SectionDefinition s in _sections) 826SectionDefinition section = _sections[i];