2 references to TextSectionName
System.Reflection.Metadata (2)
System\Reflection\PortableExecutable\ManagedPEBuilder.cs (2)
97
builder.Add(new Section(
TextSectionName
, SectionCharacteristics.MemRead | SectionCharacteristics.MemExecute | SectionCharacteristics.ContainsCode));
115
TextSectionName
=> SerializeTextSection(location),