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