1 instantiation of UnixSectionDefinition
ILCompiler.ReadyToRun (1)
parent\parent\Common\Compiler\ObjectWriter\UnixObjectWriter.cs (1)
42
_sections.Add(new
UnixSectionDefinition
(symbolName, sectionStream));
1 reference to UnixSectionDefinition
ILCompiler.ReadyToRun (1)
parent\parent\Common\Compiler\ObjectWriter\UnixObjectWriter.cs (1)
24
private readonly List<
UnixSectionDefinition
> _sections = new();