3 references to _customSections
ILCompiler.Compiler (3)
Compiler\MstatObjectDumper.cs (3)
222_customSections.Add((name, content)); 245return result.AddRange(_emitter._customSections.Select(s => new Section(s.Name, SectionCharacteristics.MemRead))); 250foreach (var section in _emitter._customSections)