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