4 references to _sectionNameToIndex
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\Wasm\WasmSections.cs (4)
20public WasmSection this[string sectionName] => _sections[_sectionNameToIndex[sectionName]]; 26_sectionNameToIndex.Add(sectionName, sectionIndex); 29public bool Contains(string sectionName) => _sectionNameToIndex.ContainsKey(sectionName); 31public int GetSectionIndex(string sectionName) => _sectionNameToIndex[sectionName];