1 override of SerializeSection
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\ManagedPEBuilder.cs (1)
112protected override BlobBuilder SerializeSection(string name, SectionLocation location) =>
1 reference to SerializeSection
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEBuilder.cs (1)
134var builder = SerializeSection(section.Name, new SectionLocation(nextRva, nextPointer));