5 references to _sectionNameToIndex
ILCompiler.ReadyToRun (5)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\Wasm\WasmSections.cs (5)
21public SectionDataEmitter this[string sectionName] => _sections[_sectionNameToIndex[sectionName]]; 33return GetSection<TSection>(_sectionNameToIndex[sectionName]); 40_sectionNameToIndex.Add(sectionName, sectionIndex); 43public bool Contains(string sectionName) => _sectionNameToIndex.ContainsKey(sectionName); 45public int GetSectionIndex(string sectionName) => _sectionNameToIndex[sectionName];