3 references to _sections
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (3)
159
_sections
.Add(section);
197
OutputSection section =
_sections
[node.SectionIndex];
241
public IReadOnlyList<OutputSection> Sections =>
_sections
;