1 instantiation of SectionLocation
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEBuilder.cs (1)
134var builder = SerializeSection(section.Name, new SectionLocation(nextRva, nextPointer));
15 references to SectionLocation
ILAssembler (3)
VTableExportPEBuilder.cs (3)
155protected override BlobBuilder SerializeSection(string name, SectionLocation location) 253private void ApplyDataLabelFixups(SectionLocation textSectionLocation) 363private BlobBuilder SerializeSDataSection(SectionLocation location)
ILCompiler.Compiler (1)
Compiler\MstatObjectDumper.cs (1)
248protected override BlobBuilder SerializeSection(string name, SectionLocation location)
Microsoft.CodeAnalysis (4)
PEWriter\ExtendedPEBuilder.cs (1)
72protected override BlobBuilder SerializeSection(string name, SectionLocation location)
PEWriter\PeWriter.cs (3)
414protected override void Serialize(BlobBuilder builder, SectionLocation location) 430protected override void Serialize(BlobBuilder builder, SectionLocation location) 444protected override void Serialize(BlobBuilder builder, SectionLocation location)
System.Reflection.Metadata (7)
System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryBuilder.cs (1)
225internal void Serialize(BlobBuilder builder, SectionLocation sectionLocation, int sectionOffset)
System\Reflection\PortableExecutable\ManagedPEBuilder.cs (4)
112protected override BlobBuilder SerializeSection(string name, SectionLocation location) => 121private BlobBuilder SerializeTextSection(SectionLocation location) 185private BlobBuilder SerializeResourceSection(SectionLocation location) 196private BlobBuilder SerializeRelocationSection(SectionLocation location)
System\Reflection\PortableExecutable\PEBuilder.cs (1)
87protected abstract BlobBuilder SerializeSection(string name, SectionLocation location);
System\Reflection\PortableExecutable\ResourceSectionBuilder.cs (1)
17protected internal abstract void Serialize(BlobBuilder builder, SectionLocation location);