3 references to Sections
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (3)
447WebcilSection[] webcilSections = _sections.Sections.OfType<WebcilSection>().ToArray(); 520Debug.Assert(_sections.Sections.Count == sectionIndex); 655WebcilSection[] webcilSections = _sections.Sections.OfType<WebcilSection>().ToArray();