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