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)
24private readonly List<UnixSectionDefinition> _sections = new();