2 references to GetSection
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\Wasm\WasmSections.cs (1)
33return GetSection<TSection>(_sectionNameToIndex[sectionName]);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (1)
288return _sections.GetSection<TSection>(writer.SectionIndex);