1 write to _armUnwindSections
ILCompiler.Compiler (1)
Compiler\ObjectWriter\ElfObjectWriter.Aot.cs (1)
76_armUnwindSections ??= new();
2 references to _armUnwindSections
ILCompiler.Compiler (2)
Compiler\ObjectWriter\ElfObjectWriter.Aot.cs (2)
77if (_armUnwindSections.TryGetValue(sectionWriter.SectionIndex, out var unwindSections)) 88_armUnwindSections.Add(sectionWriter.SectionIndex, (exidxSectionWriter, extabSectionWriter));