Base:
method
SerializeSection
System.Reflection.PortableExecutable.PEBuilder.SerializeSection(System.String, System.Reflection.PortableExecutable.SectionLocation)
3 overrides of SerializeSection
ILAssembler (1)
VTableExportPEBuilder.cs (1)
155protected override BlobBuilder SerializeSection(string name, SectionLocation location)
ILCompiler.Compiler (1)
Compiler\MstatObjectDumper.cs (1)
248protected override BlobBuilder SerializeSection(string name, SectionLocation location)
Microsoft.CodeAnalysis (1)
PEWriter\ExtendedPEBuilder.cs (1)
72protected override BlobBuilder SerializeSection(string name, SectionLocation location)
4 references to SerializeSection
ILAssembler (2)
VTableExportPEBuilder.cs (2)
163var builder = base.SerializeSection(name, location); 185return base.SerializeSection(name, location);
ILCompiler.Compiler (1)
Compiler\MstatObjectDumper.cs (1)
256return base.SerializeSection(name, location);
Microsoft.CodeAnalysis (1)
PEWriter\ExtendedPEBuilder.cs (1)
80return base.SerializeSection(name, location);