3 references to Sections
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (1)
125Debug.Assert(_sections.Sections.Count == sectionIndex);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WebCilObjectWriter.cs (2)
227WebcilSection[] webcilSections = _sections.Sections.OfType<WebcilSection>().ToArray(); 348WebcilSection[] webcilSections = _sections.Sections.OfType<WebcilSection>().ToArray();