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