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